Html Css Color HEX #B09191 Rosy Brown

📋 copy color: '#B09191'

red 176 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #B09191

Tints of Rosy Brown #B09191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 145 (57.03% from 255) = 31.12%

R = 37.77%
G = 31.12%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09191 (or 0xB09191) is known color: Rosy Brown. HEX triplet: B0, 91 and 91. RGB value is (176,145,145). Sum of RGB (Red+Green+Blue) = 176+145+145=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09191 is #4F6E6E. Grayscale: #9A9A9A. Windows color (decimal): -5205615 or 9540016. OLE color: 9540016.

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

Color convert

RGB 176 145 145 -
CMYK 0 0.18 0.18 0.31
HSL 0.16% 0.63% -
HSV(B) 0.18% 0.69% -
XYZ 33.14 31.53 31.13 -
YUV 154.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 176 145 145 0 0.18 0.18 0.31 0 0.16 0.63
Hex B0 91 91 0 12 12 1F 0 10 3F
Octal 260 221 221 0 22 22 37 0 20 77
Binary 10110000 10010001 10010001 0 10010 10010 11111 0 10000 111111

Color Harmonies of #B09191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09191

Black with #B09191

Text Example


Text Example

White with #B09191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09191; }

 p { color: rgb(176,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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