Html Css Color HEX #B29A90 Del Rio

📋 copy color: '#B29A90'

red 178 ◦ green 154 ◦ blue 144

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

Shades of Del Rio #B29A90

Tints of Del Rio #B29A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 37.39%
G = 32.35%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29A90 (or 0xB29A90) is known color: Del Rio. HEX triplet: B2, 9A and 90. RGB value is (178,154,144). Sum of RGB (Red+Green+Blue) = 178+154+144=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A90 is #4D656F. Grayscale: #A0A0A0. Windows color (decimal): -5072240 or 9476786. OLE color: 9476786.

HSL color Cylindrical-coordinate representation of color #B29A90: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29A90 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 144 -
CMYK 0 0.13 0.19 0.30
HSL 17.65º 0.18% 0.63% -
HSV(B) 17.65º 0.19% 0.7% -
XYZ 34.95 34.59 31.22 -
YUV 160.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 178 154 144 0 0.13 0.19 0.30 17.65 0.18 0.63
Hex B2 9A 90 0 D 13 1E 12 12 3F
Octal 262 232 220 0 15 23 36 22 22 77
Binary 10110010 10011010 10010000 0 1101 10011 11110 10010 10010 111111

Color Harmonies of #B29A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A90

Black with #B29A90

Text Example


Text Example

White with #B29A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A90; }

 p { color: rgb(178,154,144); }

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

background-color css

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

 a { background-color: rgb(178,154,144); }

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

border-color css

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

 span { border-color: rgb(178,154,144); }

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