Html Css Color HEX #B29F98 Del Rio

📋 copy color: '#B29F98'

red 178 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #B29F98

Tints of Del Rio #B29F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 36.4%
G = 32.52%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B29F98 (or 0xB29F98) is known color: Del Rio. HEX triplet: B2, 9F and 98. RGB value is (178,159,152). Sum of RGB (Red+Green+Blue) = 178+159+152=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F98 is #4D6067. Grayscale: #A3A3A3. Windows color (decimal): -5070952 or 10002354. OLE color: 10002354.

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

Color convert

RGB 178 159 152 -
CMYK 0 0.11 0.15 0.30
HSL 16.15º 0.14% 0.65% -
HSV(B) 16.15º 0.15% 0.7% -
XYZ 36.43 36.53 34.84 -
YUV 163.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 178 159 152 0 0.11 0.15 0.30 16.15 0.14 0.65
Hex B2 9F 98 0 B F 1E 10 E 41
Octal 262 237 230 0 13 17 36 20 16 101
Binary 10110010 10011111 10011000 0 1011 1111 11110 10000 1110 1000001

Color Harmonies of #B29F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F98

Black with #B29F98

Text Example


Text Example

White with #B29F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F98; }

 p { color: rgb(178,159,152); }

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

background-color css

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

 a { background-color: rgb(178,159,152); }

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

border-color css

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

 span { border-color: rgb(178,159,152); }

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