Html Css Color HEX #B7B26E Dark Khaki

📋 copy color: '#B7B26E'

red 183 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #B7B26E

Tints of Dark Khaki #B7B26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

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

R = 38.85%
G = 37.79%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7B26E (or 0xB7B26E) is known color: Dark Khaki. HEX triplet: B7, B2 and 6E. RGB value is (183,178,110). Sum of RGB (Red+Green+Blue) = 183+178+110=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B26E is #484D91. Grayscale: #ACACAC. Windows color (decimal): -4738450 or 7254711. OLE color: 7254711.

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

Color convert

RGB 183 178 110 -
CMYK 0 0.03 0.40 0.28
HSL 55.89º 0.34% 0.57% -
HSV(B) 55.89º 0.4% 0.72% -
XYZ 38.26 43.03 21.04 -
YUV 171.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 183 178 110 0 0.03 0.40 0.28 55.89 0.34 0.57
Hex B7 B2 6E 0 3 28 1C 38 22 39
Octal 267 262 156 0 3 50 34 70 42 71
Binary 10110111 10110010 1101110 0 11 101000 11100 111000 100010 111001

Color Harmonies of #B7B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B26E

Black with #B7B26E

Text Example


Text Example

White with #B7B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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