Html Css Color HEX #B8B47A Dark Khaki

📋 copy color: '#B8B47A'

red 184 ◦ green 180 ◦ blue 122

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

Shades of Dark Khaki #B8B47A

Tints of Dark Khaki #B8B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 37.86%
G = 37.04%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8B47A (or 0xB8B47A) is known color: Dark Khaki. HEX triplet: B8, B4 and 7A. RGB value is (184,180,122). Sum of RGB (Red+Green+Blue) = 184+180+122=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B47A is #474B85. Grayscale: #AEAEAE. Windows color (decimal): -4672390 or 8041656. OLE color: 8041656.

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

Color convert

RGB 184 180 122 -
CMYK 0 0.02 0.34 0.28
HSL 56.13º 0.3% 0.6% -
HSV(B) 56.13º 0.34% 0.72% -
XYZ 39.6 44.24 24.86 -
YUV 174.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 184 180 122 0 0.02 0.34 0.28 56.13 0.3 0.6
Hex B8 B4 7A 0 2 22 1C 38 1E 3C
Octal 270 264 172 0 2 42 34 70 36 74
Binary 10111000 10110100 1111010 0 10 100010 11100 111000 11110 111100

Color Harmonies of #B8B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B47A

Black with #B8B47A

Text Example


Text Example

White with #B8B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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