Html Css Color HEX #B29C90 Del Rio

📋 copy color: '#B29C90'

red 178 ◦ green 156 ◦ blue 144

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

Shades of Del Rio #B29C90

Tints of Del Rio #B29C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

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

R = 37.24%
G = 32.64%
B = 30.13%

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

#B29C90 (or 0xB29C90) is known color: Del Rio. HEX triplet: B2, 9C and 90. RGB value is (178,156,144). Sum of RGB (Red+Green+Blue) = 178+156+144=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C90 is #4D636F. Grayscale: #A1A1A1. Windows color (decimal): -5071728 or 9477298. OLE color: 9477298.

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

Color convert

RGB 178 156 144 -
CMYK 0 0.12 0.19 0.30
HSL 21.18º 0.18% 0.63% -
HSV(B) 21.18º 0.19% 0.7% -
XYZ 35.28 35.26 31.33 -
YUV 161.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 178 156 144 0 0.12 0.19 0.30 21.18 0.18 0.63
Hex B2 9C 90 0 C 13 1E 15 12 3F
Octal 262 234 220 0 14 23 36 25 22 77
Binary 10110010 10011100 10010000 0 1100 10011 11110 10101 10010 111111

Color Harmonies of #B29C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C90

Black with #B29C90

Text Example


Text Example

White with #B29C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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