Html Css Color HEX #BCBC6C Dark Khaki

📋 copy color: '#BCBC6C'

red 188 ◦ green 188 ◦ blue 108

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

Shades of Dark Khaki #BCBC6C

Tints of Dark Khaki #BCBC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 38.84%
G = 38.84%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCBC6C (or 0xBCBC6C) is known color: Dark Khaki. HEX triplet: BC, BC and 6C. RGB value is (188,188,108). Sum of RGB (Red+Green+Blue) = 188+188+108=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC6C is #434393. Grayscale: #B3B3B3. Windows color (decimal): -4408212 or 7126204. OLE color: 7126204.

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

Color convert

RGB 188 188 108 -
CMYK 0 0 0.43 0.26
HSL 60º 0.37% 0.58% -
HSV(B) 60º 0.43% 0.74% -
XYZ 41.43 47.74 21.22 -
YUV 178.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 188 188 108 0 0 0.43 0.26 60 0.37 0.58
Hex BC BC 6C 0 0 2B 1A 3C 25 3A
Octal 274 274 154 0 0 53 32 74 45 72
Binary 10111100 10111100 1101100 0 0 101011 11010 111100 100101 111010

Color Harmonies of #BCBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC6C

Black with #BCBC6C

Text Example


Text Example

White with #BCBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC6C; }

 p { color: rgb(188,188,108); }

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

background-color css

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

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

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

border-color css

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

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

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