Html Css Color HEX #BCB778 Dark Khaki

📋 copy color: '#BCB778'

red 188 ◦ green 183 ◦ blue 120

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

Shades of Dark Khaki #BCB778

Tints of Dark Khaki #BCB778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.27%

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 38.29%
G = 37.27%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB778 (or 0xBCB778) is known color: Dark Khaki. HEX triplet: BC, B7 and 78. RGB value is (188,183,120). Sum of RGB (Red+Green+Blue) = 188+183+120=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB778 is #434887. Grayscale: #B1B1B1. Windows color (decimal): -4409480 or 7911356. OLE color: 7911356.

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

Color convert

RGB 188 183 120 -
CMYK 0 0.03 0.36 0.26
HSL 55.59º 0.34% 0.6% -
HSV(B) 55.59º 0.36% 0.74% -
XYZ 41.06 45.91 24.47 -
YUV 177.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 188 183 120 0 0.03 0.36 0.26 55.59 0.34 0.6
Hex BC B7 78 0 3 24 1A 38 22 3C
Octal 274 267 170 0 3 44 32 70 42 74
Binary 10111100 10110111 1111000 0 11 100100 11010 111000 100010 111100

Color Harmonies of #BCB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB778

Black with #BCB778

Text Example


Text Example

White with #BCB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB778; }

 p { color: rgb(188,183,120); }

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

background-color css

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

 a { background-color: rgb(188,183,120); }

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

border-color css

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

 span { border-color: rgb(188,183,120); }

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