Html Css Color HEX #B09488 Del Rio

📋 copy color: '#B09488'

red 176 ◦ green 148 ◦ blue 136

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

Shades of Del Rio #B09488

Tints of Del Rio #B09488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 38.26%
G = 32.17%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B09488 (or 0xB09488) is known color: Del Rio. HEX triplet: B0, 94 and 88. RGB value is (176,148,136). Sum of RGB (Red+Green+Blue) = 176+148+136=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09488 is #4F6B77. Grayscale: #9B9B9B. Windows color (decimal): -5204856 or 8950960. OLE color: 8950960.

HSL color Cylindrical-coordinate representation of color #B09488: hue angle of 18º 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 #B09488 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 136 -
CMYK 0 0.16 0.23 0.31
HSL 18º 0.2% 0.61% -
HSV(B) 18º 0.23% 0.69% -
XYZ 32.94 32.19 27.77 -
YUV 155 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 176 148 136 0 0.16 0.23 0.31 18 0.2 0.61
Hex B0 94 88 0 10 17 1F 12 14 3D
Octal 260 224 210 0 20 27 37 22 24 75
Binary 10110000 10010100 10001000 0 10000 10111 11111 10010 10100 111101

Color Harmonies of #B09488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09488

Black with #B09488

Text Example


Text Example

White with #B09488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09488; }

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

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

background-color css

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

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

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

border-color css

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

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

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