Html Css Color HEX #B04A1E Rose Of Sharon

📋 copy color: '#B04A1E'

red 176 ◦ green 74 ◦ blue 30

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

Shades of Rose Of Sharon #B04A1E

Tints of Rose Of Sharon #B04A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 62.86%
G = 26.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B04A1E (or 0xB04A1E) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 1E. RGB value is (176,74,30). Sum of RGB (Red+Green+Blue) = 176+74+30=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A1E is #4FB5E1. Grayscale: #636363. Windows color (decimal): -5223906 or 1985200. OLE color: 1985200.

HSL color Cylindrical-coordinate representation of color #B04A1E: hue angle of 18.08º 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 #B04A1E is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 30 -
CMYK 0 0.58 0.83 0.31
HSL 18.08º 0.71% 0.4% -
HSV(B) 18.08º 0.83% 0.69% -
XYZ 20.59 14.22 2.89 -
YUV 99.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 176 74 30 0 0.58 0.83 0.31 18.08 0.71 0.4
Hex B0 4A 1E 0 3A 53 1F 12 47 28
Octal 260 112 36 0 72 123 37 22 107 50
Binary 10110000 1001010 11110 0 111010 1010011 11111 10010 1000111 101000

Color Harmonies of #B04A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A1E

Black with #B04A1E

Text Example


Text Example

White with #B04A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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