Html Css Color HEX #BCB56A Dark Khaki

📋 copy color: '#BCB56A'

red 188 ◦ green 181 ◦ blue 106

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

Shades of Dark Khaki #BCB56A

Tints of Dark Khaki #BCB56A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 39.58%
G = 38.11%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB56A (or 0xBCB56A) is known color: Dark Khaki. HEX triplet: BC, B5 and 6A. RGB value is (188,181,106). Sum of RGB (Red+Green+Blue) = 188+181+106=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB56A is #434A95. Grayscale: #AEAEAE. Windows color (decimal): -4410006 or 6993340. OLE color: 6993340.

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

Color convert

RGB 188 181 106 -
CMYK 0 0.04 0.44 0.26
HSL 54.88º 0.38% 0.58% -
HSV(B) 54.88º 0.44% 0.74% -
XYZ 39.86 44.78 20.18 -
YUV 174.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 188 181 106 0 0.04 0.44 0.26 54.88 0.38 0.58
Hex BC B5 6A 0 4 2C 1A 37 26 3A
Octal 274 265 152 0 4 54 32 67 46 72
Binary 10111100 10110101 1101010 0 100 101100 11010 110111 100110 111010

Color Harmonies of #BCB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB56A

Black with #BCB56A

Text Example


Text Example

White with #BCB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB56A; }

 p { color: rgb(188,181,106); }

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

background-color css

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

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

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

border-color css

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

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

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