Html Css Color HEX #B89292 Rosy Brown

📋 copy color: '#B89292'

red 184 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #B89292

Tints of Rosy Brown #B89292

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

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

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

R = 38.66%
G = 30.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B89292 (or 0xB89292) is known color: Rosy Brown. HEX triplet: B8, 92 and 92. RGB value is (184,146,146). Sum of RGB (Red+Green+Blue) = 184+146+146=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B89292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89292 is #476D6D. Grayscale: #9D9D9D. Windows color (decimal): -4681070 or 9605816. OLE color: 9605816.

HSL color Cylindrical-coordinate representation of color #B89292: hue angle of 0º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89292 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 146 -
CMYK 0 0.21 0.21 0.28
HSL 0.21% 0.65% -
HSV(B) 0.21% 0.72% -
XYZ 35.23 32.82 31.67 -
YUV 157.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 184 146 146 0 0.21 0.21 0.28 0 0.21 0.65
Hex B8 92 92 0 15 15 1C 0 15 41
Octal 270 222 222 0 25 25 34 0 25 101
Binary 10111000 10010010 10010010 0 10101 10101 11100 0 10101 1000001

Color Harmonies of #B89292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89292

Black with #B89292

Text Example


Text Example

White with #B89292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89292; }

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

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

background-color css

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

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

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

border-color css

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

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

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