Html Css Color HEX #B09287 Del Rio

📋 copy color: '#B09287'

red 176 ◦ green 146 ◦ blue 135

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

Shades of Del Rio #B09287

Tints of Del Rio #B09287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 38.51%
G = 31.95%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B09287 (or 0xB09287) is known color: Del Rio. HEX triplet: B0, 92 and 87. RGB value is (176,146,135). Sum of RGB (Red+Green+Blue) = 176+146+135=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09287 is #4F6D78. Grayscale: #999999. Windows color (decimal): -5205369 or 8884912. OLE color: 8884912.

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

Color convert

RGB 176 146 135 -
CMYK 0 0.17 0.23 0.31
HSL 16.1º 0.21% 0.61% -
HSV(B) 16.1º 0.23% 0.69% -
XYZ 32.56 31.54 27.29 -
YUV 153.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 176 146 135 0 0.17 0.23 0.31 16.1 0.21 0.61
Hex B0 92 87 0 11 17 1F 10 15 3D
Octal 260 222 207 0 21 27 37 20 25 75
Binary 10110000 10010010 10000111 0 10001 10111 11111 10000 10101 111101

Color Harmonies of #B09287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09287

Black with #B09287

Text Example


Text Example

White with #B09287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09287; }

 p { color: rgb(176,146,135); }

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

background-color css

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

 a { background-color: rgb(176,146,135); }

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

border-color css

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

 span { border-color: rgb(176,146,135); }

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