Html Css Color HEX #BCB666 Dark Khaki

📋 copy color: '#BCB666'

red 188 ◦ green 182 ◦ blue 102

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

Shades of Dark Khaki #BCB666

Tints of Dark Khaki #BCB666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 39.83%
G = 38.56%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB666 (or 0xBCB666) is known color: Dark Khaki. HEX triplet: BC, B6 and 66. RGB value is (188,182,102). Sum of RGB (Red+Green+Blue) = 188+182+102=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB666 is #434999. Grayscale: #AFAFAF. Windows color (decimal): -4409754 or 6731452. OLE color: 6731452.

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

Color convert

RGB 188 182 102 -
CMYK 0 0.03 0.46 0.26
HSL 55.81º 0.39% 0.57% -
HSV(B) 55.81º 0.46% 0.74% -
XYZ 39.87 45.11 19.18 -
YUV 174.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 188 182 102 0 0.03 0.46 0.26 55.81 0.39 0.57
Hex BC B6 66 0 3 2E 1A 38 27 39
Octal 274 266 146 0 3 56 32 70 47 71
Binary 10111100 10110110 1100110 0 11 101110 11010 111000 100111 111001

Color Harmonies of #BCB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB666

Black with #BCB666

Text Example


Text Example

White with #BCB666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB666; }

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

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

background-color css

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

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

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

border-color css

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

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

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