Html Css Color HEX #B09292 Rosy Brown

📋 copy color: '#B09292'

red 176 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #B09292

Tints of Rosy Brown #B09292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

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

R = 37.61%
G = 31.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B09292 (or 0xB09292) is known color: Rosy Brown. HEX triplet: B0, 92 and 92. RGB value is (176,146,146). Sum of RGB (Red+Green+Blue) = 176+146+146=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09292 is #4F6D6D. Grayscale: #9B9B9B. Windows color (decimal): -5205358 or 9605808. OLE color: 9605808.

HSL color Cylindrical-coordinate representation of color #B09292: 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.17%. Process color model (Four color, CMYK) of #B09292 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 146 -
CMYK 0 0.17 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.37 31.86 31.59 -
YUV 154.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 176 146 146 0 0.17 0.17 0.31 0 0.16 0.63
Hex B0 92 92 0 11 11 1F 0 10 3F
Octal 260 222 222 0 21 21 37 0 20 77
Binary 10110000 10010010 10010010 0 10001 10001 11111 0 10000 111111

Color Harmonies of #B09292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09292

Black with #B09292

Text Example


Text Example

White with #B09292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09292; }

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

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

background-color css

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

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

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

border-color css

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

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

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