Html Css Color HEX #B1482C Rose Of Sharon

📋 copy color: '#B1482C'

red 177 ◦ green 72 ◦ blue 44

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

Shades of Rose Of Sharon #B1482C

Tints of Rose Of Sharon #B1482C

RGB

 RED value IS 177 (69.53% from 255) = 60.41%

 GREEN value IS 72 (28.52% from 255) = 24.57%

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 60.41%
G = 24.57%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1482C (or 0xB1482C) is known color: Rose Of Sharon. HEX triplet: B1, 48 and 2C. RGB value is (177,72,44). Sum of RGB (Red+Green+Blue) = 177+72+44=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1482C is #4EB7D3. Grayscale: #646464. Windows color (decimal): -5158868 or 2902193. OLE color: 2902193.

HSL color Cylindrical-coordinate representation of color #B1482C: hue angle of 12.63º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1482C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 44 -
CMYK 0 0.59 0.75 0.31
HSL 12.63º 0.6% 0.43% -
HSV(B) 12.63º 0.75% 0.69% -
XYZ 20.9 14.16 4.02 -
YUV 100.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 177 72 44 0 0.59 0.75 0.31 12.63 0.6 0.43
Hex B1 48 2C 0 3B 4B 1F D 3C 2B
Octal 261 110 54 0 73 113 37 15 74 53
Binary 10110001 1001000 101100 0 111011 1001011 11111 1101 111100 101011

Color Harmonies of #B1482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1482C

Black with #B1482C

Text Example


Text Example

White with #B1482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1482C; }

 p { color: rgb(177,72,44); }

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

background-color css

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

 a { background-color: rgb(177,72,44); }

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

border-color css

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

 span { border-color: rgb(177,72,44); }

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