Html Css Color HEX #BC9D67 Fallow

📋 copy color: '#BC9D67'

red 188 ◦ green 157 ◦ blue 103

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

Shades of Fallow #BC9D67

Tints of Fallow #BC9D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

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

R = 41.96%
G = 35.04%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9D67 (or 0xBC9D67) is known color: Fallow. HEX triplet: BC, 9D and 67. RGB value is (188,157,103). Sum of RGB (Red+Green+Blue) = 188+157+103=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D67 is #436298. Grayscale: #A0A0A0. Windows color (decimal): -4416153 or 6790588. OLE color: 6790588.

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

Color convert

RGB 188 157 103 -
CMYK 0 0.16 0.45 0.26
HSL 38.12º 0.39% 0.57% -
HSV(B) 38.12º 0.45% 0.74% -
XYZ 35.24 35.78 17.88 -
YUV 160.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 188 157 103 0 0.16 0.45 0.26 38.12 0.39 0.57
Hex BC 9D 67 0 10 2D 1A 26 27 39
Octal 274 235 147 0 20 55 32 46 47 71
Binary 10111100 10011101 1100111 0 10000 101101 11010 100110 100111 111001

Color Harmonies of #BC9D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D67

Black with #BC9D67

Text Example


Text Example

White with #BC9D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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