Html Css Color HEX #B09A8F Del Rio

📋 copy color: '#B09A8F'

red 176 ◦ green 154 ◦ blue 143

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

Shades of Del Rio #B09A8F

Tints of Del Rio #B09A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 37.21%
G = 32.56%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B09A8F (or 0xB09A8F) is known color: Del Rio. HEX triplet: B0, 9A and 8F. RGB value is (176,154,143). Sum of RGB (Red+Green+Blue) = 176+154+143=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8F is #4F6570. Grayscale: #9F9F9F. Windows color (decimal): -5203313 or 9411248. OLE color: 9411248.

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

Color convert

RGB 176 154 143 -
CMYK 0 0.12 0.19 0.31
HSL 20º 0.17% 0.63% -
HSV(B) 20º 0.19% 0.69% -
XYZ 34.42 34.32 30.8 -
YUV 159.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 176 154 143 0 0.12 0.19 0.31 20 0.17 0.63
Hex B0 9A 8F 0 C 13 1F 14 11 3F
Octal 260 232 217 0 14 23 37 24 21 77
Binary 10110000 10011010 10001111 0 1100 10011 11111 10100 10001 111111

Color Harmonies of #B09A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A8F

Black with #B09A8F

Text Example


Text Example

White with #B09A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A8F; }

 p { color: rgb(176,154,143); }

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

background-color css

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

 a { background-color: rgb(176,154,143); }

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

border-color css

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

 span { border-color: rgb(176,154,143); }

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