Html Css Color HEX #B54C2A Rose Of Sharon

📋 copy color: '#B54C2A'

red 181 ◦ green 76 ◦ blue 42

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

Shades of Rose Of Sharon #B54C2A

Tints of Rose Of Sharon #B54C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 60.54%
G = 25.42%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B54C2A (or 0xB54C2A) is known color: Rose Of Sharon. HEX triplet: B5, 4C and 2A. RGB value is (181,76,42). Sum of RGB (Red+Green+Blue) = 181+76+42=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C2A is #4AB3D5. Grayscale: #676767. Windows color (decimal): -4895702 or 2772149. OLE color: 2772149.

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

Color convert

RGB 181 76 42 -
CMYK 0 0.58 0.77 0.29
HSL 14.68º 0.62% 0.44% -
HSV(B) 14.68º 0.77% 0.71% -
XYZ 22.06 15.16 3.95 -
YUV 103.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 181 76 42 0 0.58 0.77 0.29 14.68 0.62 0.44
Hex B5 4C 2A 0 3A 4D 1D F 3E 2C
Octal 265 114 52 0 72 115 35 17 76 54
Binary 10110101 1001100 101010 0 111010 1001101 11101 1111 111110 101100

Color Harmonies of #B54C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C2A

Black with #B54C2A

Text Example


Text Example

White with #B54C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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