Html Css Color HEX #BCB476 Dark Khaki

📋 copy color: '#BCB476'

red 188 ◦ green 180 ◦ blue 118

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

Shades of Dark Khaki #BCB476

Tints of Dark Khaki #BCB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 38.68%
G = 37.04%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB476 (or 0xBCB476) is known color: Dark Khaki. HEX triplet: BC, B4 and 76. RGB value is (188,180,118). Sum of RGB (Red+Green+Blue) = 188+180+118=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB476 is #434B89. Grayscale: #AFAFAF. Windows color (decimal): -4410250 or 7779516. OLE color: 7779516.

HSL color Cylindrical-coordinate representation of color #BCB476: hue angle of 53.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB476 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 118 -
CMYK 0 0.04 0.37 0.26
HSL 53.14º 0.34% 0.6% -
HSV(B) 53.14º 0.37% 0.74% -
XYZ 40.33 44.64 23.63 -
YUV 175.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 188 180 118 0 0.04 0.37 0.26 53.14 0.34 0.6
Hex BC B4 76 0 4 25 1A 35 22 3C
Octal 274 264 166 0 4 45 32 65 42 74
Binary 10111100 10110100 1110110 0 100 100101 11010 110101 100010 111100

Color Harmonies of #BCB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB476

Black with #BCB476

Text Example


Text Example

White with #BCB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB476; }

 p { color: rgb(188,180,118); }

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

background-color css

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

 a { background-color: rgb(188,180,118); }

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

border-color css

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

 span { border-color: rgb(188,180,118); }

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