Html Css Color HEX #B54C28 Rose Of Sharon

📋 copy color: '#B54C28'

red 181 ◦ green 76 ◦ blue 40

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

Shades of Rose Of Sharon #B54C28

Tints of Rose Of Sharon #B54C28

RGB

 RED value IS 181 (71.09% from 255) = 60.94%

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 60.94%
G = 25.59%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B54C28 (or 0xB54C28) is known color: Rose Of Sharon. HEX triplet: B5, 4C and 28. RGB value is (181,76,40). Sum of RGB (Red+Green+Blue) = 181+76+40=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C28 is #4AB3D7. Grayscale: #676767. Windows color (decimal): -4895704 or 2641077. OLE color: 2641077.

HSL color Cylindrical-coordinate representation of color #B54C28: hue angle of 15.32º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B54C28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 40 -
CMYK 0 0.58 0.78 0.29
HSL 15.32º 0.64% 0.43% -
HSV(B) 15.32º 0.78% 0.71% -
XYZ 22.02 15.15 3.77 -
YUV 103.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 181 76 40 0 0.58 0.78 0.29 15.32 0.64 0.43
Hex B5 4C 28 0 3A 4E 1D F 40 2B
Octal 265 114 50 0 72 116 35 17 100 53
Binary 10110101 1001100 101000 0 111010 1001110 11101 1111 1000000 101011

Color Harmonies of #B54C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C28

Black with #B54C28

Text Example


Text Example

White with #B54C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C28; }

 p { color: rgb(181,76,40); }

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

background-color css

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

 a { background-color: rgb(181,76,40); }

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

border-color css

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

 span { border-color: rgb(181,76,40); }

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