Html Css Color HEX #B29888 Del Rio

📋 copy color: '#B29888'

red 178 ◦ green 152 ◦ blue 136

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

Shades of Del Rio #B29888

Tints of Del Rio #B29888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 38.2%
G = 32.62%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B29888 (or 0xB29888) is known color: Del Rio. HEX triplet: B2, 98 and 88. RGB value is (178,152,136). Sum of RGB (Red+Green+Blue) = 178+152+136=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B29888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29888 is #4D6777. Grayscale: #9E9E9E. Windows color (decimal): -5072760 or 8951986. OLE color: 8951986.

HSL color Cylindrical-coordinate representation of color #B29888: hue angle of 22.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29888 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 136 -
CMYK 0 0.15 0.24 0.30
HSL 22.86º 0.21% 0.62% -
HSV(B) 22.86º 0.24% 0.7% -
XYZ 34.03 33.7 28 -
YUV 157.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 178 152 136 0 0.15 0.24 0.30 22.86 0.21 0.62
Hex B2 98 88 0 F 18 1E 17 15 3E
Octal 262 230 210 0 17 30 36 27 25 76
Binary 10110010 10011000 10001000 0 1111 11000 11110 10111 10101 111110

Color Harmonies of #B29888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29888

Black with #B29888

Text Example


Text Example

White with #B29888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29888; }

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

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

background-color css

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

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

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

border-color css

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

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

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