Html Css Color HEX #B89493 Rosy Brown

📋 copy color: '#B89493'

red 184 ◦ green 148 ◦ blue 147

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

Shades of Rosy Brown #B89493

Tints of Rosy Brown #B89493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 38.41%
G = 30.9%
B = 30.69%

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

#B89493 (or 0xB89493) is known color: Rosy Brown. HEX triplet: B8, 94 and 93. RGB value is (184,148,147). Sum of RGB (Red+Green+Blue) = 184+148+147=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B89493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89493 is #476B6C. Grayscale: #9E9E9E. Windows color (decimal): -4680557 or 9671864. OLE color: 9671864.

HSL color Cylindrical-coordinate representation of color #B89493: hue angle of 1.62º degrees, saturation: 0.21, 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 #B89493 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 147 -
CMYK 0 0.20 0.20 0.28
HSL 1.62º 0.21% 0.65% -
HSV(B) 1.62º 0.2% 0.72% -
XYZ 35.62 33.48 32.19 -
YUV 158.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 184 148 147 0 0.20 0.20 0.28 1.62 0.21 0.65
Hex B8 94 93 0 14 14 1C 2 15 41
Octal 270 224 223 0 24 24 34 2 25 101
Binary 10111000 10010100 10010011 0 10100 10100 11100 10 10101 1000001

Color Harmonies of #B89493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89493

Black with #B89493

Text Example


Text Example

White with #B89493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89493; }

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

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

background-color css

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

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

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

border-color css

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

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

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