Html Css Color HEX #B54C26 Rose Of Sharon

📋 copy color: '#B54C26'

red 181 ◦ green 76 ◦ blue 38

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

Shades of Rose Of Sharon #B54C26

Tints of Rose Of Sharon #B54C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 61.36%
G = 25.76%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B54C26 (or 0xB54C26) is known color: Rose Of Sharon. HEX triplet: B5, 4C and 26. RGB value is (181,76,38). Sum of RGB (Red+Green+Blue) = 181+76+38=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C26 is #4AB3D9. Grayscale: #676767. Windows color (decimal): -4895706 or 2510005. OLE color: 2510005.

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

Color convert

RGB 181 76 38 -
CMYK 0 0.58 0.79 0.29
HSL 15.94º 0.65% 0.43% -
HSV(B) 15.94º 0.79% 0.71% -
XYZ 21.99 15.13 3.6 -
YUV 103.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 181 76 38 0 0.58 0.79 0.29 15.94 0.65 0.43
Hex B5 4C 26 0 3A 4F 1D 10 41 2B
Octal 265 114 46 0 72 117 35 20 101 53
Binary 10110101 1001100 100110 0 111010 1001111 11101 10000 1000001 101011

Color Harmonies of #B54C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C26

Black with #B54C26

Text Example


Text Example

White with #B54C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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