Html Css Color HEX #B09388 Del Rio

📋 copy color: '#B09388'

red 176 ◦ green 147 ◦ blue 136

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

Shades of Del Rio #B09388

Tints of Del Rio #B09388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

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

R = 38.34%
G = 32.03%
B = 29.63%

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

#B09388 (or 0xB09388) is known color: Del Rio. HEX triplet: B0, 93 and 88. RGB value is (176,147,136). Sum of RGB (Red+Green+Blue) = 176+147+136=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09388 is #4F6C77. Grayscale: #9A9A9A. Windows color (decimal): -5205112 or 8950704. OLE color: 8950704.

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

Color convert

RGB 176 147 136 -
CMYK 0 0.16 0.23 0.31
HSL 16.5º 0.2% 0.61% -
HSV(B) 16.5º 0.23% 0.69% -
XYZ 32.78 31.88 27.72 -
YUV 154.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 176 147 136 0 0.16 0.23 0.31 16.5 0.2 0.61
Hex B0 93 88 0 10 17 1F 10 14 3D
Octal 260 223 210 0 20 27 37 20 24 75
Binary 10110000 10010011 10001000 0 10000 10111 11111 10000 10100 111101

Color Harmonies of #B09388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09388

Black with #B09388

Text Example


Text Example

White with #B09388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09388; }

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

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

background-color css

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

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

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

border-color css

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

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

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