Html Css Color HEX #BCB466 Dark Khaki

📋 copy color: '#BCB466'

red 188 ◦ green 180 ◦ blue 102

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

Shades of Dark Khaki #BCB466

Tints of Dark Khaki #BCB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 40%
G = 38.3%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB466 (or 0xBCB466) is known color: Dark Khaki. HEX triplet: BC, B4 and 66. RGB value is (188,180,102). Sum of RGB (Red+Green+Blue) = 188+180+102=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB466 is #434B99. Grayscale: #ADADAD. Windows color (decimal): -4410266 or 6730940. OLE color: 6730940.

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

Color convert

RGB 188 180 102 -
CMYK 0 0.04 0.46 0.26
HSL 54.42º 0.39% 0.57% -
HSV(B) 54.42º 0.46% 0.74% -
XYZ 39.46 44.29 19.04 -
YUV 173.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 188 180 102 0 0.04 0.46 0.26 54.42 0.39 0.57
Hex BC B4 66 0 4 2E 1A 36 27 39
Octal 274 264 146 0 4 56 32 66 47 71
Binary 10111100 10110100 1100110 0 100 101110 11010 110110 100111 111001

Color Harmonies of #BCB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB466

Black with #BCB466

Text Example


Text Example

White with #BCB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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