Html Css Color HEX #B09386 Del Rio

📋 copy color: '#B09386'

red 176 ◦ green 147 ◦ blue 134

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

Shades of Del Rio #B09386

Tints of Del Rio #B09386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 38.51%
G = 32.17%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B09386 (or 0xB09386) is known color: Del Rio. HEX triplet: B0, 93 and 86. RGB value is (176,147,134). Sum of RGB (Red+Green+Blue) = 176+147+134=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09386 is #4F6C79. Grayscale: #9A9A9A. Windows color (decimal): -5205114 or 8819632. OLE color: 8819632.

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

Color convert

RGB 176 147 134 -
CMYK 0 0.16 0.24 0.31
HSL 18.57º 0.21% 0.61% -
HSV(B) 18.57º 0.24% 0.69% -
XYZ 32.64 31.82 26.98 -
YUV 154.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 176 147 134 0 0.16 0.24 0.31 18.57 0.21 0.61
Hex B0 93 86 0 10 18 1F 13 15 3D
Octal 260 223 206 0 20 30 37 23 25 75
Binary 10110000 10010011 10000110 0 10000 11000 11111 10011 10101 111101

Color Harmonies of #B09386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09386

Black with #B09386

Text Example


Text Example

White with #B09386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09386; }

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

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

background-color css

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

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

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

border-color css

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

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

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