Html Css Color HEX #B54A26 Rose Of Sharon

📋 copy color: '#B54A26'

red 181 ◦ green 74 ◦ blue 38

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

Shades of Rose Of Sharon #B54A26

Tints of Rose Of Sharon #B54A26

RGB

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

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

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

R = 61.77%
G = 25.26%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B54A26 (or 0xB54A26) is known color: Rose Of Sharon. HEX triplet: B5, 4A and 26. RGB value is (181,74,38). Sum of RGB (Red+Green+Blue) = 181+74+38=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A26 is #4AB5D9. Grayscale: #666666. Windows color (decimal): -4896218 or 2509493. OLE color: 2509493.

HSL color Cylindrical-coordinate representation of color #B54A26: hue angle of 15.1º 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 #B54A26 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 74 38 -
CMYK 0 0.59 0.79 0.29
HSL 15.1º 0.65% 0.43% -
HSV(B) 15.1º 0.79% 0.71% -
XYZ 21.85 14.86 3.55 -
YUV 101.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 181 74 38 0 0.59 0.79 0.29 15.1 0.65 0.43
Hex B5 4A 26 0 3B 4F 1D F 41 2B
Octal 265 112 46 0 73 117 35 17 101 53
Binary 10110101 1001010 100110 0 111011 1001111 11101 1111 1000001 101011

Color Harmonies of #B54A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A26

Black with #B54A26

Text Example


Text Example

White with #B54A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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