Html Css Color HEX #BCB766 Dark Khaki

📋 copy color: '#BCB766'

red 188 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #BCB766

Tints of Dark Khaki #BCB766

RGB

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

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

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

R = 39.75%
G = 38.69%
B = 21.56%

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

#BCB766 (or 0xBCB766) is known color: Dark Khaki. HEX triplet: BC, B7 and 66. RGB value is (188,183,102). Sum of RGB (Red+Green+Blue) = 188+183+102=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB766 is #434899. Grayscale: #AFAFAF. Windows color (decimal): -4409498 or 6731708. OLE color: 6731708.

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

Color convert

RGB 188 183 102 -
CMYK 0 0.03 0.46 0.26
HSL 56.51º 0.39% 0.57% -
HSV(B) 56.51º 0.46% 0.74% -
XYZ 40.07 45.52 19.24 -
YUV 175.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 188 183 102 0 0.03 0.46 0.26 56.51 0.39 0.57
Hex BC B7 66 0 3 2E 1A 39 27 39
Octal 274 267 146 0 3 56 32 71 47 71
Binary 10111100 10110111 1100110 0 11 101110 11010 111001 100111 111001

Color Harmonies of #BCB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB766

Black with #BCB766

Text Example


Text Example

White with #BCB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB766; }

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

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

background-color css

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

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

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

border-color css

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

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

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