Html Css Color HEX #B09891 Del Rio

📋 copy color: '#B09891'

red 176 ◦ green 152 ◦ blue 145

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

Shades of Del Rio #B09891

Tints of Del Rio #B09891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 37.21%
G = 32.14%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09891 (or 0xB09891) is known color: Del Rio. HEX triplet: B0, 98 and 91. RGB value is (176,152,145). Sum of RGB (Red+Green+Blue) = 176+152+145=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09891 is #4F676E. Grayscale: #9E9E9E. Windows color (decimal): -5203823 or 9541808. OLE color: 9541808.

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

Color convert

RGB 176 152 145 -
CMYK 0 0.14 0.18 0.31
HSL 13.55º 0.16% 0.63% -
HSV(B) 13.55º 0.18% 0.69% -
XYZ 34.24 33.73 31.49 -
YUV 158.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 176 152 145 0 0.14 0.18 0.31 13.55 0.16 0.63
Hex B0 98 91 0 E 12 1F E 10 3F
Octal 260 230 221 0 16 22 37 16 20 77
Binary 10110000 10011000 10010001 0 1110 10010 11111 1110 10000 111111

Color Harmonies of #B09891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09891

Black with #B09891

Text Example


Text Example

White with #B09891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09891; }

 p { color: rgb(176,152,145); }

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

background-color css

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

 a { background-color: rgb(176,152,145); }

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

border-color css

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

 span { border-color: rgb(176,152,145); }

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