Html Css Color HEX #B29D90 Del Rio

📋 copy color: '#B29D90'

red 178 ◦ green 157 ◦ blue 144

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

Shades of Del Rio #B29D90

Tints of Del Rio #B29D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.78%

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

R = 37.16%
G = 32.78%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29D90 (or 0xB29D90) is known color: Del Rio. HEX triplet: B2, 9D and 90. RGB value is (178,157,144). Sum of RGB (Red+Green+Blue) = 178+157+144=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D90 is #4D626F. Grayscale: #A1A1A1. Windows color (decimal): -5071472 or 9477554. OLE color: 9477554.

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

Color convert

RGB 178 157 144 -
CMYK 0 0.12 0.19 0.30
HSL 22.94º 0.18% 0.63% -
HSV(B) 22.94º 0.19% 0.7% -
XYZ 35.45 35.59 31.39 -
YUV 161.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 178 157 144 0 0.12 0.19 0.30 22.94 0.18 0.63
Hex B2 9D 90 0 C 13 1E 17 12 3F
Octal 262 235 220 0 14 23 36 27 22 77
Binary 10110010 10011101 10010000 0 1100 10011 11110 10111 10010 111111

Color Harmonies of #B29D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D90

Black with #B29D90

Text Example


Text Example

White with #B29D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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