Html Css Color HEX #B29E91 Del Rio

📋 copy color: '#B29E91'

red 178 ◦ green 158 ◦ blue 145

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

Shades of Del Rio #B29E91

Tints of Del Rio #B29E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.85%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 37.01%
G = 32.85%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29E91 (or 0xB29E91) is known color: Del Rio. HEX triplet: B2, 9E and 91. RGB value is (178,158,145). Sum of RGB (Red+Green+Blue) = 178+158+145=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E91 is #4D616E. Grayscale: #A2A2A2. Windows color (decimal): -5071215 or 9543346. OLE color: 9543346.

HSL color Cylindrical-coordinate representation of color #B29E91: hue angle of 23.64º 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 #B29E91 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 145 -
CMYK 0 0.11 0.19 0.30
HSL 23.64º 0.18% 0.63% -
HSV(B) 23.64º 0.19% 0.7% -
XYZ 35.7 35.96 31.85 -
YUV 162.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 178 158 145 0 0.11 0.19 0.30 23.64 0.18 0.63
Hex B2 9E 91 0 B 13 1E 18 12 3F
Octal 262 236 221 0 13 23 36 30 22 77
Binary 10110010 10011110 10010001 0 1011 10011 11110 11000 10010 111111

Color Harmonies of #B29E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E91

Black with #B29E91

Text Example


Text Example

White with #B29E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E91; }

 p { color: rgb(178,158,145); }

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

background-color css

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

 a { background-color: rgb(178,158,145); }

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

border-color css

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

 span { border-color: rgb(178,158,145); }

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