Html Css Color HEX #B09F94 Del Rio

📋 copy color: '#B09F94'

red 176 ◦ green 159 ◦ blue 148

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

Shades of Del Rio #B09F94

Tints of Del Rio #B09F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 36.44%
G = 32.92%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09F94 (or 0xB09F94) is known color: Del Rio. HEX triplet: B0, 9F and 94. RGB value is (176,159,148). Sum of RGB (Red+Green+Blue) = 176+159+148=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F94 is #4F606B. Grayscale: #A2A2A2. Windows color (decimal): -5202028 or 9740208. OLE color: 9740208.

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

Color convert

RGB 176 159 148 -
CMYK 0 0.10 0.16 0.31
HSL 23.57º 0.15% 0.64% -
HSV(B) 23.57º 0.16% 0.69% -
XYZ 35.65 36.16 33.12 -
YUV 162.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 176 159 148 0 0.10 0.16 0.31 23.57 0.15 0.64
Hex B0 9F 94 0 A 10 1F 18 F 40
Octal 260 237 224 0 12 20 37 30 17 100
Binary 10110000 10011111 10010100 0 1010 10000 11111 11000 1111 1000000

Color Harmonies of #B09F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F94

Black with #B09F94

Text Example


Text Example

White with #B09F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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