Html Css Color HEX #BC9872 Fallow

📋 copy color: '#BC9872'

red 188 ◦ green 152 ◦ blue 114

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

Shades of Fallow #BC9872

Tints of Fallow #BC9872

RGB

 RED value IS 188 (73.83% from 255) = 41.41%

 GREEN value IS 152 (59.77% from 255) = 33.48%

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

R = 41.41%
G = 33.48%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9872 (or 0xBC9872) is known color: Fallow. HEX triplet: BC, 98 and 72. RGB value is (188,152,114). Sum of RGB (Red+Green+Blue) = 188+152+114=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9872 is #43678D. Grayscale: #9E9E9E. Windows color (decimal): -4417422 or 7510204. OLE color: 7510204.

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

Color convert

RGB 188 152 114 -
CMYK 0 0.19 0.39 0.26
HSL 30.81º 0.36% 0.59% -
HSV(B) 30.81º 0.39% 0.74% -
XYZ 35 34.36 20.71 -
YUV 158.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 188 152 114 0 0.19 0.39 0.26 30.81 0.36 0.59
Hex BC 98 72 0 13 27 1A 1F 24 3B
Octal 274 230 162 0 23 47 32 37 44 73
Binary 10111100 10011000 1110010 0 10011 100111 11010 11111 100100 111011

Color Harmonies of #BC9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9872

Black with #BC9872

Text Example


Text Example

White with #BC9872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9872; }

 p { color: rgb(188,152,114); }

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

background-color css

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

 a { background-color: rgb(188,152,114); }

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

border-color css

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

 span { border-color: rgb(188,152,114); }

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