Html Css Color HEX #B2B46E Dark Khaki

📋 copy color: '#B2B46E'

red 178 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #B2B46E

Tints of Dark Khaki #B2B46E

RGB

 RED value IS 178 (69.92% from 255) = 38.03%

 GREEN value IS 180 (70.7% from 255) = 38.46%

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

R = 38.03%
G = 38.46%
B = 23.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B2B46E (or 0xB2B46E) is known color: Dark Khaki. HEX triplet: B2, B4 and 6E. RGB value is (178,180,110). Sum of RGB (Red+Green+Blue) = 178+180+110=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B46E is #4D4B91. Grayscale: #ABABAB. Windows color (decimal): -5065618 or 7255218. OLE color: 7255218.

HSL color Cylindrical-coordinate representation of color #B2B46E: hue angle of 61.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2B46E is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 110 -
CMYK 0.01 0 0.39 0.29
HSL 61.71º 0.32% 0.57% -
HSV(B) 61.71º 0.39% 0.71% -
XYZ 37.5 43.23 21.12 -
YUV 171.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 178 180 110 0.01 0 0.39 0.29 61.71 0.32 0.57
Hex B2 B4 6E 1 0 27 1D 3E 20 39
Octal 262 264 156 1 0 47 35 76 40 71
Binary 10110010 10110100 1101110 1 0 100111 11101 111110 100000 111001

Color Harmonies of #B2B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B46E

Black with #B2B46E

Text Example


Text Example

White with #B2B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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