Html Css Color HEX #B7BC6E Dark Khaki

📋 copy color: '#B7BC6E'

red 183 ◦ green 188 ◦ blue 110

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

Shades of Dark Khaki #B7BC6E

Tints of Dark Khaki #B7BC6E

RGB

 RED value IS 183 (71.88% from 255) = 38.05%

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 38.05%
G = 39.09%
B = 22.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B7BC6E (or 0xB7BC6E) is known color: Dark Khaki. HEX triplet: B7, BC and 6E. RGB value is (183,188,110). Sum of RGB (Red+Green+Blue) = 183+188+110=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC6E is #484391. Grayscale: #B1B1B1. Windows color (decimal): -4735890 or 7257271. OLE color: 7257271.

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

Color convert

RGB 183 188 110 -
CMYK 0.03 0 0.41 0.26
HSL 63.85º 0.37% 0.58% -
HSV(B) 63.85º 0.41% 0.74% -
XYZ 40.33 47.16 21.73 -
YUV 177.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 183 188 110 0.03 0 0.41 0.26 63.85 0.37 0.58
Hex B7 BC 6E 3 0 29 1A 40 25 3A
Octal 267 274 156 3 0 51 32 100 45 72
Binary 10110111 10111100 1101110 11 0 101001 11010 1000000 100101 111010

Color Harmonies of #B7BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC6E

Black with #B7BC6E

Text Example


Text Example

White with #B7BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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