Html Css Color HEX #B3B471 Dark Khaki

📋 copy color: '#B3B471'

red 179 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #B3B471

Tints of Dark Khaki #B3B471

RGB

 RED value IS 179 (70.31% from 255) = 37.92%

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 37.92%
G = 38.14%
B = 23.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B3B471 (or 0xB3B471) is known color: Dark Khaki. HEX triplet: B3, B4 and 71. RGB value is (179,180,113). Sum of RGB (Red+Green+Blue) = 179+180+113=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B471 is #4C4B8E. Grayscale: #ACACAC. Windows color (decimal): -5000079 or 7451827. OLE color: 7451827.

HSL color Cylindrical-coordinate representation of color #B3B471: hue angle of 60.9º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3B471 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 180 113 -
CMYK 0.01 0 0.37 0.29
HSL 60.9º 0.31% 0.57% -
HSV(B) 60.9º 0.37% 0.71% -
XYZ 37.89 43.42 22.01 -
YUV 172.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 179 180 113 0.01 0 0.37 0.29 60.9 0.31 0.57
Hex B3 B4 71 1 0 25 1D 3D 1F 39
Octal 263 264 161 1 0 45 35 75 37 71
Binary 10110011 10110100 1110001 1 0 100101 11101 111101 11111 111001

Color Harmonies of #B3B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B471

Black with #B3B471

Text Example


Text Example

White with #B3B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B471; }

 p { color: rgb(179,180,113); }

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

background-color css

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

 a { background-color: rgb(179,180,113); }

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

border-color css

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

 span { border-color: rgb(179,180,113); }

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