Html Css Color HEX #B89494 Rosy Brown

📋 copy color: '#B89494'

red 184 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #B89494

Tints of Rosy Brown #B89494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 38.33%
G = 30.83%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B89494 (or 0xB89494) is known color: Rosy Brown. HEX triplet: B8, 94 and 94. RGB value is (184,148,148). Sum of RGB (Red+Green+Blue) = 184+148+148=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B89494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89494 is #476B6B. Grayscale: #9E9E9E. Windows color (decimal): -4680556 or 9737400. OLE color: 9737400.

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

Color convert

RGB 184 148 148 -
CMYK 0 0.20 0.20 0.28
HSL 0.2% 0.65% -
HSV(B) 0.2% 0.72% -
XYZ 35.7 33.51 32.6 -
YUV 158.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 184 148 148 0 0.20 0.20 0.28 0 0.2 0.65
Hex B8 94 94 0 14 14 1C 0 14 41
Octal 270 224 224 0 24 24 34 0 24 101
Binary 10111000 10010100 10010100 0 10100 10100 11100 0 10100 1000001

Color Harmonies of #B89494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89494

Black with #B89494

Text Example


Text Example

White with #B89494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89494; }

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

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

background-color css

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

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

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

border-color css

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

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

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