Html Css Color HEX #B4B96E Dark Khaki

📋 copy color: '#B4B96E'

red 180 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #B4B96E

Tints of Dark Khaki #B4B96E

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 37.89%
G = 38.95%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B4B96E (or 0xB4B96E) is known color: Dark Khaki. HEX triplet: B4, B9 and 6E. RGB value is (180,185,110). Sum of RGB (Red+Green+Blue) = 180+185+110=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B96E is #4B4691. Grayscale: #AFAFAF. Windows color (decimal): -4933266 or 7256500. OLE color: 7256500.

HSL color Cylindrical-coordinate representation of color #B4B96E: hue angle of 64º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4B96E is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 110 -
CMYK 0.03 0 0.41 0.27
HSL 64º 0.35% 0.58% -
HSV(B) 64º 0.41% 0.73% -
XYZ 38.99 45.53 21.48 -
YUV 174.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 180 185 110 0.03 0 0.41 0.27 64 0.35 0.58
Hex B4 B9 6E 3 0 29 1B 40 23 3A
Octal 264 271 156 3 0 51 33 100 43 72
Binary 10110100 10111001 1101110 11 0 101001 11011 1000000 100011 111010

Color Harmonies of #B4B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B96E

Black with #B4B96E

Text Example


Text Example

White with #B4B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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