Html Css Color HEX #B84920 Rose Of Sharon

📋 copy color: '#B84920'

red 184 ◦ green 73 ◦ blue 32

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

Shades of Rose Of Sharon #B84920

Tints of Rose Of Sharon #B84920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 63.67%
G = 25.26%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B84920 (or 0xB84920) is known color: Rose Of Sharon. HEX triplet: B8, 49 and 20. RGB value is (184,73,32). Sum of RGB (Red+Green+Blue) = 184+73+32=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B84920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84920 is #47B6DF. Grayscale: #656565. Windows color (decimal): -4699872 or 2116024. OLE color: 2116024.

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

Color convert

RGB 184 73 32 -
CMYK 0 0.60 0.83 0.28
HSL 16.18º 0.7% 0.42% -
HSV(B) 16.18º 0.83% 0.72% -
XYZ 22.41 15.06 3.09 -
YUV 101.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 184 73 32 0 0.60 0.83 0.28 16.18 0.7 0.42
Hex B8 49 20 0 3C 53 1C 10 46 2A
Octal 270 111 40 0 74 123 34 20 106 52
Binary 10111000 1001001 100000 0 111100 1010011 11100 10000 1000110 101010

Color Harmonies of #B84920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84920

Black with #B84920

Text Example


Text Example

White with #B84920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84920; }

 p { color: rgb(184,73,32); }

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

background-color css

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

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

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

border-color css

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

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

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