Html Css Color HEX #B6521C Rose Of Sharon

📋 copy color: '#B6521C'

red 182 ◦ green 82 ◦ blue 28

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

Shades of Rose Of Sharon #B6521C

Tints of Rose Of Sharon #B6521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 62.33%
G = 28.08%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6521C (or 0xB6521C) is known color: Rose Of Sharon. HEX triplet: B6, 52 and 1C. RGB value is (182,82,28). Sum of RGB (Red+Green+Blue) = 182+82+28=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B6521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6521C is #49ADE3. Grayscale: #6A6A6A. Windows color (decimal): -4828644 or 1856182. OLE color: 1856182.

HSL color Cylindrical-coordinate representation of color #B6521C: hue angle of 21.04º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6521C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 82 28 -
CMYK 0 0.55 0.85 0.29
HSL 21.04º 0.73% 0.41% -
HSV(B) 21.04º 0.85% 0.71% -
XYZ 22.52 16.06 3.01 -
YUV 105.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 182 82 28 0 0.55 0.85 0.29 21.04 0.73 0.41
Hex B6 52 1C 0 37 55 1D 15 49 29
Octal 266 122 34 0 67 125 35 25 111 51
Binary 10110110 1010010 11100 0 110111 1010101 11101 10101 1001001 101001

Color Harmonies of #B6521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6521C

Black with #B6521C

Text Example


Text Example

White with #B6521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6521C; }

 p { color: rgb(182,82,28); }

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

background-color css

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

 a { background-color: rgb(182,82,28); }

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

border-color css

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

 span { border-color: rgb(182,82,28); }

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