Html Css Color HEX #B09D92 Del Rio

📋 copy color: '#B09D92'

red 176 ◦ green 157 ◦ blue 146

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

Shades of Del Rio #B09D92

Tints of Del Rio #B09D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 36.74%
G = 32.78%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B09D92 (or 0xB09D92) is known color: Del Rio. HEX triplet: B0, 9D and 92. RGB value is (176,157,146). Sum of RGB (Red+Green+Blue) = 176+157+146=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D92 is #4F626D. Grayscale: #A1A1A1. Windows color (decimal): -5202542 or 9608624. OLE color: 9608624.

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

Color convert

RGB 176 157 146 -
CMYK 0 0.11 0.17 0.31
HSL 22º 0.16% 0.63% -
HSV(B) 22º 0.17% 0.69% -
XYZ 35.15 35.42 32.18 -
YUV 161.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 176 157 146 0 0.11 0.17 0.31 22 0.16 0.63
Hex B0 9D 92 0 B 11 1F 16 10 3F
Octal 260 235 222 0 13 21 37 26 20 77
Binary 10110000 10011101 10010010 0 1011 10001 11111 10110 10000 111111

Color Harmonies of #B09D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D92

Black with #B09D92

Text Example


Text Example

White with #B09D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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