Html Css Color HEX #BC9C67 Fallow

📋 copy color: '#BC9C67'

red 188 ◦ green 156 ◦ blue 103

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

Shades of Fallow #BC9C67

Tints of Fallow #BC9C67

RGB

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

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

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

R = 42.06%
G = 34.9%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9C67 (or 0xBC9C67) is known color: Fallow. HEX triplet: BC, 9C and 67. RGB value is (188,156,103). Sum of RGB (Red+Green+Blue) = 188+156+103=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C67 is #436398. Grayscale: #9F9F9F. Windows color (decimal): -4416409 or 6790332. OLE color: 6790332.

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

Color convert

RGB 188 156 103 -
CMYK 0 0.17 0.45 0.26
HSL 37.41º 0.39% 0.57% -
HSV(B) 37.41º 0.45% 0.74% -
XYZ 35.08 35.45 17.83 -
YUV 159.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 188 156 103 0 0.17 0.45 0.26 37.41 0.39 0.57
Hex BC 9C 67 0 11 2D 1A 25 27 39
Octal 274 234 147 0 21 55 32 45 47 71
Binary 10111100 10011100 1100111 0 10001 101101 11010 100101 100111 111001

Color Harmonies of #BC9C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C67

Black with #BC9C67

Text Example


Text Example

White with #BC9C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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