Html Css Color HEX #B4B46E Dark Khaki

📋 copy color: '#B4B46E'

red 180 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #B4B46E

Tints of Dark Khaki #B4B46E

RGB

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

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

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

R = 38.3%
G = 38.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4B46E (or 0xB4B46E) is known color: Dark Khaki. HEX triplet: B4, B4 and 6E. RGB value is (180,180,110). Sum of RGB (Red+Green+Blue) = 180+180+110=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B46E is #4B4B91. Grayscale: #ACACAC. Windows color (decimal): -4934546 or 7255220. OLE color: 7255220.

HSL color Cylindrical-coordinate representation of color #B4B46E: hue angle of 60º 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 #B4B46E is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 110 -
CMYK 0 0 0.39 0.29
HSL 60º 0.32% 0.57% -
HSV(B) 60º 0.39% 0.71% -
XYZ 37.96 43.47 21.14 -
YUV 172.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 180 180 110 0 0 0.39 0.29 60 0.32 0.57
Hex B4 B4 6E 0 0 27 1D 3C 20 39
Octal 264 264 156 0 0 47 35 74 40 71
Binary 10110100 10110100 1101110 0 0 100111 11101 111100 100000 111001

Color Harmonies of #B4B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B46E

Black with #B4B46E

Text Example


Text Example

White with #B4B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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