Html Css Color HEX #BC9867 Fallow

📋 copy color: '#BC9867'

red 188 ◦ green 152 ◦ blue 103

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

Shades of Fallow #BC9867

Tints of Fallow #BC9867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.25%

R = 42.44%
G = 34.31%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9867 (or 0xBC9867) is known color: Fallow. HEX triplet: BC, 98 and 67. RGB value is (188,152,103). Sum of RGB (Red+Green+Blue) = 188+152+103=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9867 is #436798. Grayscale: #9D9D9D. Windows color (decimal): -4417433 or 6789308. OLE color: 6789308.

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

Color convert

RGB 188 152 103 -
CMYK 0 0.19 0.45 0.26
HSL 34.59º 0.39% 0.57% -
HSV(B) 34.59º 0.45% 0.74% -
XYZ 34.42 34.13 17.61 -
YUV 157.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 188 152 103 0 0.19 0.45 0.26 34.59 0.39 0.57
Hex BC 98 67 0 13 2D 1A 23 27 39
Octal 274 230 147 0 23 55 32 43 47 71
Binary 10111100 10011000 1100111 0 10011 101101 11010 100011 100111 111001

Color Harmonies of #BC9867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9867

Black with #BC9867

Text Example


Text Example

White with #BC9867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9867; }

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

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

background-color css

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

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

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

border-color css

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

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

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