Html Css Color HEX #B0471E Rose Of Sharon

📋 copy color: '#B0471E'

red 176 ◦ green 71 ◦ blue 30

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

Shades of Rose Of Sharon #B0471E

Tints of Rose Of Sharon #B0471E

RGB

 RED value IS 176 (69.14% from 255) = 63.54%

 GREEN value IS 71 (28.13% from 255) = 25.63%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 63.54%
G = 25.63%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0471E (or 0xB0471E) is known color: Rose Of Sharon. HEX triplet: B0, 47 and 1E. RGB value is (176,71,30). Sum of RGB (Red+Green+Blue) = 176+71+30=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0471E is #4FB8E1. Grayscale: #616161. Windows color (decimal): -5224674 or 1984432. OLE color: 1984432.

HSL color Cylindrical-coordinate representation of color #B0471E: hue angle of 16.85º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0471E is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 30 -
CMYK 0 0.60 0.83 0.31
HSL 16.85º 0.71% 0.4% -
HSV(B) 16.85º 0.83% 0.69% -
XYZ 20.39 13.83 2.82 -
YUV 97.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 176 71 30 0 0.60 0.83 0.31 16.85 0.71 0.4
Hex B0 47 1E 0 3C 53 1F 11 47 28
Octal 260 107 36 0 74 123 37 21 107 50
Binary 10110000 1000111 11110 0 111100 1010011 11111 10001 1000111 101000

Color Harmonies of #B0471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0471E

Black with #B0471E

Text Example


Text Example

White with #B0471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0471E; }

 p { color: rgb(176,71,30); }

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

background-color css

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

 a { background-color: rgb(176,71,30); }

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

border-color css

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

 span { border-color: rgb(176,71,30); }

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