Html Css Color HEX #B85121 Rose Of Sharon

📋 copy color: '#B85121'

red 184 ◦ green 81 ◦ blue 33

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

Shades of Rose Of Sharon #B85121

Tints of Rose Of Sharon #B85121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 61.74%
G = 27.18%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B85121 (or 0xB85121) is known color: Rose Of Sharon. HEX triplet: B8, 51 and 21. RGB value is (184,81,33). Sum of RGB (Red+Green+Blue) = 184+81+33=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B85121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85121 is #47AEDE. Grayscale: #6A6A6A. Windows color (decimal): -4697823 or 2183608. OLE color: 2183608.

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

Color convert

RGB 184 81 33 -
CMYK 0 0.56 0.82 0.28
HSL 19.07º 0.7% 0.43% -
HSV(B) 19.07º 0.82% 0.72% -
XYZ 22.98 16.19 3.35 -
YUV 106.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 184 81 33 0 0.56 0.82 0.28 19.07 0.7 0.43
Hex B8 51 21 0 38 52 1C 13 46 2B
Octal 270 121 41 0 70 122 34 23 106 53
Binary 10111000 1010001 100001 0 111000 1010010 11100 10011 1000110 101011

Color Harmonies of #B85121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85121

Black with #B85121

Text Example


Text Example

White with #B85121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85121; }

 p { color: rgb(184,81,33); }

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

background-color css

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

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

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

border-color css

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

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

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