Html Css Color HEX #B8AB73 Dark Khaki

📋 copy color: '#B8AB73'

red 184 ◦ green 171 ◦ blue 115

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

Shades of Dark Khaki #B8AB73

Tints of Dark Khaki #B8AB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 39.15%
G = 36.38%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B8AB73 (or 0xB8AB73) is known color: Dark Khaki. HEX triplet: B8, AB and 73. RGB value is (184,171,115). Sum of RGB (Red+Green+Blue) = 184+171+115=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB73 is #47548C. Grayscale: #A8A8A8. Windows color (decimal): -4674701 or 7580600. OLE color: 7580600.

HSL color Cylindrical-coordinate representation of color #B8AB73: hue angle of 48.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AB73 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 171 115 -
CMYK 0 0.07 0.38 0.28
HSL 48.7º 0.33% 0.59% -
HSV(B) 48.7º 0.38% 0.72% -
XYZ 37.42 40.55 22.07 -
YUV 168.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 184 171 115 0 0.07 0.38 0.28 48.7 0.33 0.59
Hex B8 AB 73 0 7 26 1C 31 21 3B
Octal 270 253 163 0 7 46 34 61 41 73
Binary 10111000 10101011 1110011 0 111 100110 11100 110001 100001 111011

Color Harmonies of #B8AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB73

Black with #B8AB73

Text Example


Text Example

White with #B8AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB73; }

 p { color: rgb(184,171,115); }

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

background-color css

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

 a { background-color: rgb(184,171,115); }

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

border-color css

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

 span { border-color: rgb(184,171,115); }

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