Html Css Color HEX #B6462A Rose Of Sharon

📋 copy color: '#B6462A'

red 182 ◦ green 70 ◦ blue 42

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

Shades of Rose Of Sharon #B6462A

Tints of Rose Of Sharon #B6462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 61.9%
G = 23.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6462A (or 0xB6462A) is known color: Rose Of Sharon. HEX triplet: B6, 46 and 2A. RGB value is (182,70,42). Sum of RGB (Red+Green+Blue) = 182+70+42=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6462A is #49B9D5. Grayscale: #646464. Windows color (decimal): -4831702 or 2770614. OLE color: 2770614.

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

Color convert

RGB 182 70 42 -
CMYK 0 0.62 0.77 0.29
HSL 12º 0.63% 0.44% -
HSV(B) 12º 0.77% 0.71% -
XYZ 21.9 14.49 3.83 -
YUV 100.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 182 70 42 0 0.62 0.77 0.29 12 0.63 0.44
Hex B6 46 2A 0 3E 4D 1D C 3E 2C
Octal 266 106 52 0 76 115 35 14 76 54
Binary 10110110 1000110 101010 0 111110 1001101 11101 1100 111110 101100

Color Harmonies of #B6462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6462A

Black with #B6462A

Text Example


Text Example

White with #B6462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6462A; }

 p { color: rgb(182,70,42); }

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

background-color css

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

 a { background-color: rgb(182,70,42); }

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

border-color css

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

 span { border-color: rgb(182,70,42); }

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