Html Css Color HEX #B5B16F Dark Khaki

📋 copy color: '#B5B16F'

red 181 ◦ green 177 ◦ blue 111

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

Shades of Dark Khaki #B5B16F

Tints of Dark Khaki #B5B16F

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 38.59%
G = 37.74%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5B16F (or 0xB5B16F) is known color: Dark Khaki. HEX triplet: B5, B1 and 6F. RGB value is (181,177,111). Sum of RGB (Red+Green+Blue) = 181+177+111=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B16F is #4A4E90. Grayscale: #AAAAAA. Windows color (decimal): -4869777 or 7319989. OLE color: 7319989.

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

Color convert

RGB 181 177 111 -
CMYK 0 0.02 0.39 0.29
HSL 56.57º 0.32% 0.57% -
HSV(B) 56.57º 0.39% 0.71% -
XYZ 37.65 42.42 21.24 -
YUV 170.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 181 177 111 0 0.02 0.39 0.29 56.57 0.32 0.57
Hex B5 B1 6F 0 2 27 1D 39 20 39
Octal 265 261 157 0 2 47 35 71 40 71
Binary 10110101 10110001 1101111 0 10 100111 11101 111001 100000 111001

Color Harmonies of #B5B16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B16F

Black with #B5B16F

Text Example


Text Example

White with #B5B16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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