Html Css Color HEX #B0B46D Dark Khaki

📋 copy color: '#B0B46D'

red 176 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #B0B46D

Tints of Dark Khaki #B0B46D

RGB

 RED value IS 176 (69.14% from 255) = 37.85%

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

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

R = 37.85%
G = 38.71%
B = 23.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B0B46D (or 0xB0B46D) is known color: Dark Khaki. HEX triplet: B0, B4 and 6D. RGB value is (176,180,109). Sum of RGB (Red+Green+Blue) = 176+180+109=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B46D is #4F4B92. Grayscale: #AAAAAA. Windows color (decimal): -5196691 or 7189680. OLE color: 7189680.

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

Color convert

RGB 176 180 109 -
CMYK 0.02 0 0.39 0.29
HSL 63.38º 0.32% 0.57% -
HSV(B) 63.38º 0.39% 0.71% -
XYZ 36.99 42.98 20.81 -
YUV 170.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 176 180 109 0.02 0 0.39 0.29 63.38 0.32 0.57
Hex B0 B4 6D 2 0 27 1D 3F 20 39
Octal 260 264 155 2 0 47 35 77 40 71
Binary 10110000 10110100 1101101 10 0 100111 11101 111111 100000 111001

Color Harmonies of #B0B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B46D

Black with #B0B46D

Text Example


Text Example

White with #B0B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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