Html Css Color HEX #B7B36A Dark Khaki

📋 copy color: '#B7B36A'

red 183 ◦ green 179 ◦ blue 106

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

Shades of Dark Khaki #B7B36A

Tints of Dark Khaki #B7B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 39.1%
G = 38.25%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7B36A (or 0xB7B36A) is known color: Dark Khaki. HEX triplet: B7, B3 and 6A. RGB value is (183,179,106). Sum of RGB (Red+Green+Blue) = 183+179+106=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B36A is #484C95. Grayscale: #ACACAC. Windows color (decimal): -4738198 or 6992823. OLE color: 6992823.

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

Color convert

RGB 183 179 106 -
CMYK 0 0.02 0.42 0.28
HSL 56.88º 0.35% 0.57% -
HSV(B) 56.88º 0.42% 0.72% -
XYZ 38.25 43.35 19.99 -
YUV 171.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 183 179 106 0 0.02 0.42 0.28 56.88 0.35 0.57
Hex B7 B3 6A 0 2 2A 1C 39 23 39
Octal 267 263 152 0 2 52 34 71 43 71
Binary 10110111 10110011 1101010 0 10 101010 11100 111001 100011 111001

Color Harmonies of #B7B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B36A

Black with #B7B36A

Text Example


Text Example

White with #B7B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B36A; }

 p { color: rgb(183,179,106); }

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

background-color css

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

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

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

border-color css

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

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

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