Html Css Color HEX #B8B46E Dark Khaki

📋 copy color: '#B8B46E'

red 184 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #B8B46E

Tints of Dark Khaki #B8B46E

RGB

 RED value IS 184 (72.27% from 255) = 38.82%

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

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

R = 38.82%
G = 37.97%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8B46E (or 0xB8B46E) is known color: Dark Khaki. HEX triplet: B8, B4 and 6E. RGB value is (184,180,110). Sum of RGB (Red+Green+Blue) = 184+180+110=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B46E is #474B91. Grayscale: #ADADAD. Windows color (decimal): -4672402 or 7255224. OLE color: 7255224.

HSL color Cylindrical-coordinate representation of color #B8B46E: hue angle of 56.76º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8B46E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 180 110 -
CMYK 0 0.02 0.40 0.28
HSL 56.76º 0.34% 0.58% -
HSV(B) 56.76º 0.4% 0.72% -
XYZ 38.9 43.96 21.19 -
YUV 173.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 184 180 110 0 0.02 0.40 0.28 56.76 0.34 0.58
Hex B8 B4 6E 0 2 28 1C 39 22 3A
Octal 270 264 156 0 2 50 34 71 42 72
Binary 10111000 10110100 1101110 0 10 101000 11100 111001 100010 111010

Color Harmonies of #B8B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B46E

Black with #B8B46E

Text Example


Text Example

White with #B8B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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