Html Css Color HEX #BCB678 Dark Khaki

📋 copy color: '#BCB678'

red 188 ◦ green 182 ◦ blue 120

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

Shades of Dark Khaki #BCB678

Tints of Dark Khaki #BCB678

RGB

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

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

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

R = 38.37%
G = 37.14%
B = 24.49%

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

#BCB678 (or 0xBCB678) is known color: Dark Khaki. HEX triplet: BC, B6 and 78. RGB value is (188,182,120). Sum of RGB (Red+Green+Blue) = 188+182+120=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB678 is #434987. Grayscale: #B0B0B0. Windows color (decimal): -4409736 or 7911100. OLE color: 7911100.

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

Color convert

RGB 188 182 120 -
CMYK 0 0.03 0.36 0.26
HSL 54.71º 0.34% 0.6% -
HSV(B) 54.71º 0.36% 0.74% -
XYZ 40.86 45.5 24.4 -
YUV 176.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 188 182 120 0 0.03 0.36 0.26 54.71 0.34 0.6
Hex BC B6 78 0 3 24 1A 37 22 3C
Octal 274 266 170 0 3 44 32 67 42 74
Binary 10111100 10110110 1111000 0 11 100100 11010 110111 100010 111100

Color Harmonies of #BCB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB678

Black with #BCB678

Text Example


Text Example

White with #BCB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB678; }

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

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

background-color css

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

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

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

border-color css

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

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

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