Html Css Color HEX #B1482D Rose Of Sharon

📋 copy color: '#B1482D'

red 177 ◦ green 72 ◦ blue 45

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

Shades of Rose Of Sharon #B1482D

Tints of Rose Of Sharon #B1482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 60.2%
G = 24.49%
B = 15.31%

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

#B1482D (or 0xB1482D) is known color: Rose Of Sharon. HEX triplet: B1, 48 and 2D. RGB value is (177,72,45). Sum of RGB (Red+Green+Blue) = 177+72+45=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1482D is #4EB7D2. Grayscale: #646464. Windows color (decimal): -5158867 or 2967729. OLE color: 2967729.

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

Color convert

RGB 177 72 45 -
CMYK 0 0.59 0.75 0.31
HSL 12.27º 0.59% 0.44% -
HSV(B) 12.27º 0.75% 0.69% -
XYZ 20.92 14.17 4.12 -
YUV 100.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 177 72 45 0 0.59 0.75 0.31 12.27 0.59 0.44
Hex B1 48 2D 0 3B 4B 1F C 3B 2C
Octal 261 110 55 0 73 113 37 14 73 54
Binary 10110001 1001000 101101 0 111011 1001011 11111 1100 111011 101100

Color Harmonies of #B1482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1482D

Black with #B1482D

Text Example


Text Example

White with #B1482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1482D; }

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

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

background-color css

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

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

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

border-color css

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

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

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