Html Css Color HEX #B5482B Rose Of Sharon

📋 copy color: '#B5482B'

red 181 ◦ green 72 ◦ blue 43

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

Shades of Rose Of Sharon #B5482B

Tints of Rose Of Sharon #B5482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 61.15%
G = 24.32%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5482B (or 0xB5482B) is known color: Rose Of Sharon. HEX triplet: B5, 48 and 2B. RGB value is (181,72,43). Sum of RGB (Red+Green+Blue) = 181+72+43=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5482B is #4AB7D4. Grayscale: #656565. Windows color (decimal): -4896725 or 2836661. OLE color: 2836661.

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

Color convert

RGB 181 72 43 -
CMYK 0 0.60 0.76 0.29
HSL 12.61º 0.62% 0.44% -
HSV(B) 12.61º 0.76% 0.71% -
XYZ 21.81 14.63 3.96 -
YUV 101.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 181 72 43 0 0.60 0.76 0.29 12.61 0.62 0.44
Hex B5 48 2B 0 3C 4C 1D D 3E 2C
Octal 265 110 53 0 74 114 35 15 76 54
Binary 10110101 1001000 101011 0 111100 1001100 11101 1101 111110 101100

Color Harmonies of #B5482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5482B

Black with #B5482B

Text Example


Text Example

White with #B5482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5482B; }

 p { color: rgb(181,72,43); }

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

background-color css

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

 a { background-color: rgb(181,72,43); }

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

border-color css

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

 span { border-color: rgb(181,72,43); }

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