Html Css Color HEX #B5B06D Dark Khaki

📋 copy color: '#B5B06D'

red 181 ◦ green 176 ◦ blue 109

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

Shades of Dark Khaki #B5B06D

Tints of Dark Khaki #B5B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 38.84%
G = 37.77%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5B06D (or 0xB5B06D) is known color: Dark Khaki. HEX triplet: B5, B0 and 6D. RGB value is (181,176,109). Sum of RGB (Red+Green+Blue) = 181+176+109=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B06D is #4A4F92. Grayscale: #AAAAAA. Windows color (decimal): -4870035 or 7188661. OLE color: 7188661.

HSL color Cylindrical-coordinate representation of color #B5B06D: hue angle of 55.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B06D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 176 109 -
CMYK 0 0.03 0.40 0.29
HSL 55.83º 0.33% 0.57% -
HSV(B) 55.83º 0.4% 0.71% -
XYZ 37.34 41.98 20.6 -
YUV 169.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 181 176 109 0 0.03 0.40 0.29 55.83 0.33 0.57
Hex B5 B0 6D 0 3 28 1D 38 21 39
Octal 265 260 155 0 3 50 35 70 41 71
Binary 10110101 10110000 1101101 0 11 101000 11101 111000 100001 111001

Color Harmonies of #B5B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B06D

Black with #B5B06D

Text Example


Text Example

White with #B5B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B06D; }

 p { color: rgb(181,176,109); }

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

background-color css

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

 a { background-color: rgb(181,176,109); }

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

border-color css

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

 span { border-color: rgb(181,176,109); }

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