Html Css Color HEX #BCB366 Dark Khaki

📋 copy color: '#BCB366'

red 188 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #BCB366

Tints of Dark Khaki #BCB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 40.09%
G = 38.17%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB366 (or 0xBCB366) is known color: Dark Khaki. HEX triplet: BC, B3 and 66. RGB value is (188,179,102). Sum of RGB (Red+Green+Blue) = 188+179+102=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB366 is #434C99. Grayscale: #ADADAD. Windows color (decimal): -4410522 or 6730684. OLE color: 6730684.

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

Color convert

RGB 188 179 102 -
CMYK 0 0.05 0.46 0.26
HSL 53.72º 0.39% 0.57% -
HSV(B) 53.72º 0.46% 0.74% -
XYZ 39.26 43.89 18.97 -
YUV 172.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 188 179 102 0 0.05 0.46 0.26 53.72 0.39 0.57
Hex BC B3 66 0 5 2E 1A 36 27 39
Octal 274 263 146 0 5 56 32 66 47 71
Binary 10111100 10110011 1100110 0 101 101110 11010 110110 100111 111001

Color Harmonies of #BCB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB366

Black with #BCB366

Text Example


Text Example

White with #BCB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB366; }

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

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

background-color css

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

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

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

border-color css

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

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

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