Html Css Color HEX #BCB677 Dark Khaki

📋 copy color: '#BCB677'

red 188 ◦ green 182 ◦ blue 119

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

Shades of Dark Khaki #BCB677

Tints of Dark Khaki #BCB677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 38.45%
G = 37.22%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB677 (or 0xBCB677) is known color: Dark Khaki. HEX triplet: BC, B6 and 77. RGB value is (188,182,119). Sum of RGB (Red+Green+Blue) = 188+182+119=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB677 is #434988. Grayscale: #B0B0B0. Windows color (decimal): -4409737 or 7845564. OLE color: 7845564.

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

Color convert

RGB 188 182 119 -
CMYK 0 0.03 0.37 0.26
HSL 54.78º 0.34% 0.6% -
HSV(B) 54.78º 0.37% 0.74% -
XYZ 40.8 45.48 24.08 -
YUV 176.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 188 182 119 0 0.03 0.37 0.26 54.78 0.34 0.6
Hex BC B6 77 0 3 25 1A 37 22 3C
Octal 274 266 167 0 3 45 32 67 42 74
Binary 10111100 10110110 1110111 0 11 100101 11010 110111 100010 111100

Color Harmonies of #BCB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB677

Black with #BCB677

Text Example


Text Example

White with #BCB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB677; }

 p { color: rgb(188,182,119); }

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

background-color css

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

 a { background-color: rgb(188,182,119); }

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

border-color css

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

 span { border-color: rgb(188,182,119); }

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