Html Css Color HEX #B8B56F Dark Khaki

📋 copy color: '#B8B56F'

red 184 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #B8B56F

Tints of Dark Khaki #B8B56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 38.66%
G = 38.03%
B = 23.32%

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

#B8B56F (or 0xB8B56F) is known color: Dark Khaki. HEX triplet: B8, B5 and 6F. RGB value is (184,181,111). Sum of RGB (Red+Green+Blue) = 184+181+111=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B56F is #474A90. Grayscale: #AEAEAE. Windows color (decimal): -4672145 or 7321016. OLE color: 7321016.

HSL color Cylindrical-coordinate representation of color #B8B56F: hue angle of 57.53º 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 #B8B56F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 111 -
CMYK 0 0.02 0.40 0.28
HSL 57.53º 0.34% 0.58% -
HSV(B) 57.53º 0.4% 0.72% -
XYZ 39.16 44.39 21.54 -
YUV 173.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 184 181 111 0 0.02 0.40 0.28 57.53 0.34 0.58
Hex B8 B5 6F 0 2 28 1C 3A 22 3A
Octal 270 265 157 0 2 50 34 72 42 72
Binary 10111000 10110101 1101111 0 10 101000 11100 111010 100010 111010

Color Harmonies of #B8B56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B56F

Black with #B8B56F

Text Example


Text Example

White with #B8B56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B56F; }

 p { color: rgb(184,181,111); }

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

background-color css

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

 a { background-color: rgb(184,181,111); }

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

border-color css

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

 span { border-color: rgb(184,181,111); }

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