Html Css Color HEX #B6472B Rose Of Sharon

📋 copy color: '#B6472B'

red 182 ◦ green 71 ◦ blue 43

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

Shades of Rose Of Sharon #B6472B

Tints of Rose Of Sharon #B6472B

RGB

 RED value IS 182 (71.48% from 255) = 61.49%

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

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

R = 61.49%
G = 23.99%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6472B (or 0xB6472B) is known color: Rose Of Sharon. HEX triplet: B6, 47 and 2B. RGB value is (182,71,43). Sum of RGB (Red+Green+Blue) = 182+71+43=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6472B is #49B8D4. Grayscale: #656565. Windows color (decimal): -4831445 or 2836406. OLE color: 2836406.

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

Color convert

RGB 182 71 43 -
CMYK 0 0.61 0.76 0.29
HSL 12.09º 0.62% 0.44% -
HSV(B) 12.09º 0.76% 0.71% -
XYZ 21.98 14.63 3.95 -
YUV 101 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 182 71 43 0 0.61 0.76 0.29 12.09 0.62 0.44
Hex B6 47 2B 0 3D 4C 1D C 3E 2C
Octal 266 107 53 0 75 114 35 14 76 54
Binary 10110110 1000111 101011 0 111101 1001100 11101 1100 111110 101100

Color Harmonies of #B6472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6472B

Black with #B6472B

Text Example


Text Example

White with #B6472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6472B; }

 p { color: rgb(182,71,43); }

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

background-color css

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

 a { background-color: rgb(182,71,43); }

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

border-color css

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

 span { border-color: rgb(182,71,43); }

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