Html Css Color HEX #B09F99 Del Rio

📋 copy color: '#B09F99'

red 176 ◦ green 159 ◦ blue 153

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

Shades of Del Rio #B09F99

Tints of Del Rio #B09F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 36.07%
G = 32.58%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B09F99 (or 0xB09F99) is known color: Del Rio. HEX triplet: B0, 9F and 99. RGB value is (176,159,153). Sum of RGB (Red+Green+Blue) = 176+159+153=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F99 is #4F6066. Grayscale: #A3A3A3. Windows color (decimal): -5202023 or 10067888. OLE color: 10067888.

HSL color Cylindrical-coordinate representation of color #B09F99: hue angle of 15.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09F99 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 159 153 -
CMYK 0 0.10 0.13 0.31
HSL 15.65º 0.13% 0.65% -
HSV(B) 15.65º 0.13% 0.69% -
XYZ 36.05 36.33 35.25 -
YUV 163.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 176 159 153 0 0.10 0.13 0.31 15.65 0.13 0.65
Hex B0 9F 99 0 A D 1F 10 D 41
Octal 260 237 231 0 12 15 37 20 15 101
Binary 10110000 10011111 10011001 0 1010 1101 11111 10000 1101 1000001

Color Harmonies of #B09F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F99

Black with #B09F99

Text Example


Text Example

White with #B09F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F99; }

 p { color: rgb(176,159,153); }

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

background-color css

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

 a { background-color: rgb(176,159,153); }

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

border-color css

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

 span { border-color: rgb(176,159,153); }

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