Html Css Color HEX #B09C92 Del Rio

📋 copy color: '#B09C92'

red 176 ◦ green 156 ◦ blue 146

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

Shades of Del Rio #B09C92

Tints of Del Rio #B09C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

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

R = 36.82%
G = 32.64%
B = 30.54%

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

#B09C92 (or 0xB09C92) is known color: Del Rio. HEX triplet: B0, 9C and 92. RGB value is (176,156,146). Sum of RGB (Red+Green+Blue) = 176+156+146=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C92 is #4F636D. Grayscale: #A0A0A0. Windows color (decimal): -5202798 or 9608368. OLE color: 9608368.

HSL color Cylindrical-coordinate representation of color #B09C92: hue angle of 20º 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 #B09C92 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 146 -
CMYK 0 0.11 0.17 0.31
HSL 20º 0.16% 0.63% -
HSV(B) 20º 0.17% 0.69% -
XYZ 34.98 35.08 32.12 -
YUV 160.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 176 156 146 0 0.11 0.17 0.31 20 0.16 0.63
Hex B0 9C 92 0 B 11 1F 14 10 3F
Octal 260 234 222 0 13 21 37 24 20 77
Binary 10110000 10011100 10010010 0 1011 10001 11111 10100 10000 111111

Color Harmonies of #B09C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C92

Black with #B09C92

Text Example


Text Example

White with #B09C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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