Html Css Color HEX #B0B474 Dark Khaki

📋 copy color: '#B0B474'

red 176 ◦ green 180 ◦ blue 116

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

Shades of Dark Khaki #B0B474

Tints of Dark Khaki #B0B474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 37.29%
G = 38.14%
B = 24.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B0B474 (or 0xB0B474) is known color: Dark Khaki. HEX triplet: B0, B4 and 74. RGB value is (176,180,116). Sum of RGB (Red+Green+Blue) = 176+180+116=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B474 is #4F4B8B. Grayscale: #ABABAB. Windows color (decimal): -5196684 or 7648432. OLE color: 7648432.

HSL color Cylindrical-coordinate representation of color #B0B474: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0B474 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 180 116 -
CMYK 0.02 0 0.36 0.29
HSL 63.75º 0.3% 0.58% -
HSV(B) 63.75º 0.36% 0.71% -
XYZ 37.38 43.13 22.88 -
YUV 171.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 176 180 116 0.02 0 0.36 0.29 63.75 0.3 0.58
Hex B0 B4 74 2 0 24 1D 40 1E 3A
Octal 260 264 164 2 0 44 35 100 36 72
Binary 10110000 10110100 1110100 10 0 100100 11101 1000000 11110 111010

Color Harmonies of #B0B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B474

Black with #B0B474

Text Example


Text Example

White with #B0B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B474; }

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

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

background-color css

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

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

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

border-color css

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

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

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