Html Css Color HEX #BDA372 Fallow

📋 copy color: '#BDA372'

red 189 ◦ green 163 ◦ blue 114

#BDA372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #BDA372

Tints of Fallow #BDA372

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

 GREEN value IS 163 (64.06% from 255) = 34.98%

 BLUE value IS 114 (44.92% from 255) = 24.46%

R = 40.56%
G = 34.98%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDA372 (or 0xBDA372) is known color: Fallow. HEX triplet: BD, A3 and 72. RGB value is (189,163,114). Sum of RGB (Red+Green+Blue) = 189+163+114=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA372 is #425C8D. Grayscale: #A5A5A5. Windows color (decimal): -4349070 or 7513021. OLE color: 7513021.

HSL color Cylindrical-coordinate representation of color #BDA372: hue angle of 39.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA372 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 114 -
CMYK 0 0.14 0.40 0.26
HSL 39.2º 0.36% 0.59% -
HSV(B) 39.2º 0.4% 0.74% -
XYZ 37.12 38.23 21.34 -
YUV 165.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 189 163 114 0 0.14 0.40 0.26 39.2 0.36 0.59
Hex BD A3 72 0 E 28 1A 27 24 3B
Octal 275 243 162 0 16 50 32 47 44 73
Binary 10111101 10100011 1110010 0 1110 101000 11010 100111 100100 111011

Color Harmonies of #BDA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA372

Black with #BDA372

Text Example


Text Example

White with #BDA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA372; }

 p { color: rgb(189,163,114); }

 H1.HeaderClassName
 {
   color: #BDA372;
 }
 .AnyTagClassName
 {
   color: #BDA372;
 }
</style>

background-color css

<style>
 a { background-color: #BDA372; }

 a { background-color: rgb(189,163,114); }

 div.DivClassName
 {
   background-color: #BDA372;
 }
 .BgClassName
 {
   background-color: #BDA372;
 }
</style>

border-color css

<style>
 span { border-color: #BDA372; }

 span { border-color: rgb(189,163,114); }

 td.TdClassName
 {
   border-color: #BDA372;
 }
 .TagClassName
 {
   border-color: #BDA372;
 }
</style>