Html Css Color HEX #BCB56F Dark Khaki

📋 copy color: '#BCB56F'

red 188 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #BCB56F

Tints of Dark Khaki #BCB56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 39.17%
G = 37.71%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB56F (or 0xBCB56F) is known color: Dark Khaki. HEX triplet: BC, B5 and 6F. RGB value is (188,181,111). Sum of RGB (Red+Green+Blue) = 188+181+111=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB56F is #434A90. Grayscale: #AFAFAF. Windows color (decimal): -4410001 or 7321020. OLE color: 7321020.

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

Color convert

RGB 188 181 111 -
CMYK 0 0.04 0.41 0.26
HSL 54.55º 0.36% 0.59% -
HSV(B) 54.55º 0.41% 0.74% -
XYZ 40.13 44.89 21.59 -
YUV 175.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 188 181 111 0 0.04 0.41 0.26 54.55 0.36 0.59
Hex BC B5 6F 0 4 29 1A 37 24 3B
Octal 274 265 157 0 4 51 32 67 44 73
Binary 10111100 10110101 1101111 0 100 101001 11010 110111 100100 111011

Color Harmonies of #BCB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB56F

Black with #BCB56F

Text Example


Text Example

White with #BCB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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