Html Css Color HEX #B09588 Del Rio

📋 copy color: '#B09588'

red 176 ◦ green 149 ◦ blue 136

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

Shades of Del Rio #B09588

Tints of Del Rio #B09588

RGB

 RED value IS 176 (69.14% from 255) = 38.18%

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 38.18%
G = 32.32%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B09588 (or 0xB09588) is known color: Del Rio. HEX triplet: B0, 95 and 88. RGB value is (176,149,136). Sum of RGB (Red+Green+Blue) = 176+149+136=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09588 is #4F6A77. Grayscale: #9B9B9B. Windows color (decimal): -5204600 or 8951216. OLE color: 8951216.

HSL color Cylindrical-coordinate representation of color #B09588: hue angle of 19.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09588 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 136 -
CMYK 0 0.15 0.23 0.31
HSL 19.5º 0.2% 0.61% -
HSV(B) 19.5º 0.23% 0.69% -
XYZ 33.1 32.5 27.82 -
YUV 155.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 176 149 136 0 0.15 0.23 0.31 19.5 0.2 0.61
Hex B0 95 88 0 F 17 1F 14 14 3D
Octal 260 225 210 0 17 27 37 24 24 75
Binary 10110000 10010101 10001000 0 1111 10111 11111 10100 10100 111101

Color Harmonies of #B09588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09588

Black with #B09588

Text Example


Text Example

White with #B09588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09588; }

 p { color: rgb(176,149,136); }

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

background-color css

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

 a { background-color: rgb(176,149,136); }

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

border-color css

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

 span { border-color: rgb(176,149,136); }

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