Html Css Color HEX #B84A28 Rose Of Sharon

📋 copy color: '#B84A28'

red 184 ◦ green 74 ◦ blue 40

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

Shades of Rose Of Sharon #B84A28

Tints of Rose Of Sharon #B84A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 61.74%
G = 24.83%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B84A28 (or 0xB84A28) is known color: Rose Of Sharon. HEX triplet: B8, 4A and 28. RGB value is (184,74,40). Sum of RGB (Red+Green+Blue) = 184+74+40=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A28 is #47B5D7. Grayscale: #676767. Windows color (decimal): -4699608 or 2640568. OLE color: 2640568.

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

Color convert

RGB 184 74 40 -
CMYK 0 0.60 0.78 0.28
HSL 14.17º 0.64% 0.44% -
HSV(B) 14.17º 0.78% 0.72% -
XYZ 22.6 15.24 3.76 -
YUV 103.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 184 74 40 0 0.60 0.78 0.28 14.17 0.64 0.44
Hex B8 4A 28 0 3C 4E 1C E 40 2C
Octal 270 112 50 0 74 116 34 16 100 54
Binary 10111000 1001010 101000 0 111100 1001110 11100 1110 1000000 101100

Color Harmonies of #B84A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A28

Black with #B84A28

Text Example


Text Example

White with #B84A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A28; }

 p { color: rgb(184,74,40); }

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

background-color css

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

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

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

border-color css

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

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

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