Html Css Color HEX #BD9572 Fallow

📋 copy color: '#BD9572'

red 189 ◦ green 149 ◦ blue 114

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

Shades of Fallow #BD9572

Tints of Fallow #BD9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

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

R = 41.81%
G = 32.96%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD9572 (or 0xBD9572) is known color: Fallow. HEX triplet: BD, 95 and 72. RGB value is (189,149,114). Sum of RGB (Red+Green+Blue) = 189+149+114=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9572 is #426A8D. Grayscale: #9D9D9D. Windows color (decimal): -4352654 or 7509437. OLE color: 7509437.

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

Color convert

RGB 189 149 114 -
CMYK 0 0.21 0.40 0.26
HSL 28º 0.36% 0.59% -
HSV(B) 28º 0.4% 0.74% -
XYZ 34.77 33.53 20.56 -
YUV 156.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 189 149 114 0 0.21 0.40 0.26 28 0.36 0.59
Hex BD 95 72 0 15 28 1A 1C 24 3B
Octal 275 225 162 0 25 50 32 34 44 73
Binary 10111101 10010101 1110010 0 10101 101000 11010 11100 100100 111011

Color Harmonies of #BD9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9572

Black with #BD9572

Text Example


Text Example

White with #BD9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9572; }

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

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

background-color css

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

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

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

border-color css

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

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

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