Html Css Color HEX #B5B498 Tana

📋 copy color: '#B5B498'

red 181 ◦ green 180 ◦ blue 152

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

Shades of Tana #B5B498

Tints of Tana #B5B498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.63%

R = 35.28%
G = 35.09%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B5B498 (or 0xB5B498) is known color: Tana. HEX triplet: B5, B4 and 98. RGB value is (181,180,152). Sum of RGB (Red+Green+Blue) = 181+180+152=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B498 is #4A4B67. Grayscale: #B1B1B1. Windows color (decimal): -4868968 or 10007733. OLE color: 10007733.

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

Color convert

RGB 181 180 152 -
CMYK 0 0.01 0.16 0.29
HSL 57.93º 0.16% 0.65% -
HSV(B) 57.93º 0.16% 0.71% -
XYZ 41.04 44.73 36.18 -
YUV 177.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 181 180 152 0 0.01 0.16 0.29 57.93 0.16 0.65
Hex B5 B4 98 0 1 10 1D 3A 10 41
Octal 265 264 230 0 1 20 35 72 20 101
Binary 10110101 10110100 10011000 0 1 10000 11101 111010 10000 1000001

Color Harmonies of #B5B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B498

Black with #B5B498

Text Example


Text Example

White with #B5B498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B498; }

 p { color: rgb(181,180,152); }

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

background-color css

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

 a { background-color: rgb(181,180,152); }

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

border-color css

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

 span { border-color: rgb(181,180,152); }

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