Html Css Color HEX #B7B56A Dark Khaki

📋 copy color: '#B7B56A'

red 183 ◦ green 181 ◦ blue 106

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

Shades of Dark Khaki #B7B56A

Tints of Dark Khaki #B7B56A

RGB

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

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

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

R = 38.94%
G = 38.51%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7B56A (or 0xB7B56A) is known color: Dark Khaki. HEX triplet: B7, B5 and 6A. RGB value is (183,181,106). Sum of RGB (Red+Green+Blue) = 183+181+106=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B56A is #484A95. Grayscale: #ADADAD. Windows color (decimal): -4737686 or 6993335. OLE color: 6993335.

HSL color Cylindrical-coordinate representation of color #B7B56A: hue angle of 58.44º 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 #B7B56A is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 181 106 -
CMYK 0 0.01 0.42 0.28
HSL 58.44º 0.35% 0.57% -
HSV(B) 58.44º 0.42% 0.72% -
XYZ 38.65 44.16 20.12 -
YUV 173.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 183 181 106 0 0.01 0.42 0.28 58.44 0.35 0.57
Hex B7 B5 6A 0 1 2A 1C 3A 23 39
Octal 267 265 152 0 1 52 34 72 43 71
Binary 10110111 10110101 1101010 0 1 101010 11100 111010 100011 111001

Color Harmonies of #B7B56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B56A

Black with #B7B56A

Text Example


Text Example

White with #B7B56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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