Html Css Color HEX #B7B76D Dark Khaki

📋 copy color: '#B7B76D'

red 183 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #B7B76D

Tints of Dark Khaki #B7B76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 38.53%
G = 38.53%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7B76D (or 0xB7B76D) is known color: Dark Khaki. HEX triplet: B7, B7 and 6D. RGB value is (183,183,109). Sum of RGB (Red+Green+Blue) = 183+183+109=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B76D is #484892. Grayscale: #AEAEAE. Windows color (decimal): -4737171 or 7190455. OLE color: 7190455.

HSL color Cylindrical-coordinate representation of color #B7B76D: hue angle of 60º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7B76D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 109 -
CMYK 0 0 0.40 0.28
HSL 60º 0.34% 0.57% -
HSV(B) 60º 0.4% 0.72% -
XYZ 39.22 45.04 21.09 -
YUV 174.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 183 183 109 0 0 0.40 0.28 60 0.34 0.57
Hex B7 B7 6D 0 0 28 1C 3C 22 39
Octal 267 267 155 0 0 50 34 74 42 71
Binary 10110111 10110111 1101101 0 0 101000 11100 111100 100010 111001

Color Harmonies of #B7B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B76D

Black with #B7B76D

Text Example


Text Example

White with #B7B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B76D; }

 p { color: rgb(183,183,109); }

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

background-color css

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

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

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

border-color css

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

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

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