Html Css Color HEX #B29288 Del Rio

📋 copy color: '#B29288'

red 178 ◦ green 146 ◦ blue 136

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

Shades of Del Rio #B29288

Tints of Del Rio #B29288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 38.7%
G = 31.74%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B29288 (or 0xB29288) is known color: Del Rio. HEX triplet: B2, 92 and 88. RGB value is (178,146,136). Sum of RGB (Red+Green+Blue) = 178+146+136=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29288 is #4D6D77. Grayscale: #9A9A9A. Windows color (decimal): -5074296 or 8950450. OLE color: 8950450.

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

Color convert

RGB 178 146 136 -
CMYK 0 0.18 0.24 0.30
HSL 14.29º 0.21% 0.62% -
HSV(B) 14.29º 0.24% 0.7% -
XYZ 33.08 31.8 27.69 -
YUV 154.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 178 146 136 0 0.18 0.24 0.30 14.29 0.21 0.62
Hex B2 92 88 0 12 18 1E E 15 3E
Octal 262 222 210 0 22 30 36 16 25 76
Binary 10110010 10010010 10001000 0 10010 11000 11110 1110 10101 111110

Color Harmonies of #B29288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29288

Black with #B29288

Text Example


Text Example

White with #B29288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29288; }

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

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

background-color css

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

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

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

border-color css

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

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

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