Html Css Color HEX #B7472A Rose Of Sharon

📋 copy color: '#B7472A'

red 183 ◦ green 71 ◦ blue 42

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

Shades of Rose Of Sharon #B7472A

Tints of Rose Of Sharon #B7472A

RGB

 RED value IS 183 (71.88% from 255) = 61.82%

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 61.82%
G = 23.99%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7472A (or 0xB7472A) is known color: Rose Of Sharon. HEX triplet: B7, 47 and 2A. RGB value is (183,71,42). Sum of RGB (Red+Green+Blue) = 183+71+42=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7472A is #48B8D5. Grayscale: #656565. Windows color (decimal): -4765910 or 2770871. OLE color: 2770871.

HSL color Cylindrical-coordinate representation of color #B7472A: hue angle of 12.34º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7472A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 42 -
CMYK 0 0.61 0.77 0.28
HSL 12.34º 0.63% 0.44% -
HSV(B) 12.34º 0.77% 0.72% -
XYZ 22.2 14.74 3.87 -
YUV 101.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 183 71 42 0 0.61 0.77 0.28 12.34 0.63 0.44
Hex B7 47 2A 0 3D 4D 1C C 3F 2C
Octal 267 107 52 0 75 115 34 14 77 54
Binary 10110111 1000111 101010 0 111101 1001101 11100 1100 111111 101100

Color Harmonies of #B7472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7472A

Black with #B7472A

Text Example


Text Example

White with #B7472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7472A; }

 p { color: rgb(183,71,42); }

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

background-color css

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

 a { background-color: rgb(183,71,42); }

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

border-color css

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

 span { border-color: rgb(183,71,42); }

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