Html Css Color HEX #B2A297 Del Rio

📋 copy color: '#B2A297'

red 178 ◦ green 162 ◦ blue 151

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

Shades of Del Rio #B2A297

Tints of Del Rio #B2A297

RGB

 RED value IS 178 (69.92% from 255) = 36.25%

 GREEN value IS 162 (63.67% from 255) = 32.99%

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 36.25%
G = 32.99%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B2A297 (or 0xB2A297) is known color: Del Rio. HEX triplet: B2, A2 and 97. RGB value is (178,162,151). Sum of RGB (Red+Green+Blue) = 178+162+151=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A297 is #4D5D68. Grayscale: #A5A5A5. Windows color (decimal): -5070185 or 9937586. OLE color: 9937586.

HSL color Cylindrical-coordinate representation of color #B2A297: hue angle of 24.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2A297 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 151 -
CMYK 0 0.09 0.15 0.30
HSL 24.44º 0.15% 0.65% -
HSV(B) 24.44º 0.15% 0.7% -
XYZ 36.87 37.54 34.58 -
YUV 165.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 178 162 151 0 0.09 0.15 0.30 24.44 0.15 0.65
Hex B2 A2 97 0 9 F 1E 18 F 41
Octal 262 242 227 0 11 17 36 30 17 101
Binary 10110010 10100010 10010111 0 1001 1111 11110 11000 1111 1000001

Color Harmonies of #B2A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A297

Black with #B2A297

Text Example


Text Example

White with #B2A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A297; }

 p { color: rgb(178,162,151); }

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

background-color css

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

 a { background-color: rgb(178,162,151); }

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

border-color css

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

 span { border-color: rgb(178,162,151); }

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