Html Css Color HEX #BD9C72 Fallow

📋 copy color: '#BD9C72'

red 189 ◦ green 156 ◦ blue 114

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

Shades of Fallow #BD9C72

Tints of Fallow #BD9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 41.18%
G = 33.99%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD9C72 (or 0xBD9C72) is known color: Fallow. HEX triplet: BD, 9C and 72. RGB value is (189,156,114). Sum of RGB (Red+Green+Blue) = 189+156+114=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C72 is #42638D. Grayscale: #A1A1A1. Windows color (decimal): -4350862 or 7511229. OLE color: 7511229.

HSL color Cylindrical-coordinate representation of color #BD9C72: hue angle of 33.6º 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 #BD9C72 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 114 -
CMYK 0 0.17 0.40 0.26
HSL 33.6º 0.36% 0.59% -
HSV(B) 33.6º 0.4% 0.74% -
XYZ 35.91 35.81 20.94 -
YUV 161.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 189 156 114 0 0.17 0.40 0.26 33.6 0.36 0.59
Hex BD 9C 72 0 11 28 1A 22 24 3B
Octal 275 234 162 0 21 50 32 42 44 73
Binary 10111101 10011100 1110010 0 10001 101000 11010 100010 100100 111011

Color Harmonies of #BD9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C72

Black with #BD9C72

Text Example


Text Example

White with #BD9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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