Html Css Color HEX #B6501C Rose Of Sharon

📋 copy color: '#B6501C'

red 182 ◦ green 80 ◦ blue 28

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

Shades of Rose Of Sharon #B6501C

Tints of Rose Of Sharon #B6501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 62.76%
G = 27.59%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6501C (or 0xB6501C) is known color: Rose Of Sharon. HEX triplet: B6, 50 and 1C. RGB value is (182,80,28). Sum of RGB (Red+Green+Blue) = 182+80+28=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6501C is #49AFE3. Grayscale: #686868. Windows color (decimal): -4829156 or 1855670. OLE color: 1855670.

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

Color convert

RGB 182 80 28 -
CMYK 0 0.56 0.85 0.29
HSL 20.26º 0.73% 0.41% -
HSV(B) 20.26º 0.85% 0.71% -
XYZ 22.37 15.77 2.96 -
YUV 104.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 182 80 28 0 0.56 0.85 0.29 20.26 0.73 0.41
Hex B6 50 1C 0 38 55 1D 14 49 29
Octal 266 120 34 0 70 125 35 24 111 51
Binary 10110110 1010000 11100 0 111000 1010101 11101 10100 1001001 101001

Color Harmonies of #B6501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6501C

Black with #B6501C

Text Example


Text Example

White with #B6501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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