Html Css Color HEX #B04527 Rose Of Sharon

📋 copy color: '#B04527'

red 176 ◦ green 69 ◦ blue 39

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

Shades of Rose Of Sharon #B04527

Tints of Rose Of Sharon #B04527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 61.97%
G = 24.3%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B04527 (or 0xB04527) is known color: Rose Of Sharon. HEX triplet: B0, 45 and 27. RGB value is (176,69,39). Sum of RGB (Red+Green+Blue) = 176+69+39=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B04527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04527 is #4FBAD8. Grayscale: #616161. Windows color (decimal): -5225177 or 2573744. OLE color: 2573744.

HSL color Cylindrical-coordinate representation of color #B04527: hue angle of 13.14º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B04527 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 39 -
CMYK 0 0.61 0.78 0.31
HSL 13.14º 0.64% 0.42% -
HSV(B) 13.14º 0.78% 0.69% -
XYZ 20.4 13.63 3.48 -
YUV 97.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 176 69 39 0 0.61 0.78 0.31 13.14 0.64 0.42
Hex B0 45 27 0 3D 4E 1F D 40 2A
Octal 260 105 47 0 75 116 37 15 100 52
Binary 10110000 1000101 100111 0 111101 1001110 11111 1101 1000000 101010

Color Harmonies of #B04527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04527

Black with #B04527

Text Example


Text Example

White with #B04527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04527; }

 p { color: rgb(176,69,39); }

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

background-color css

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

 a { background-color: rgb(176,69,39); }

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

border-color css

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

 span { border-color: rgb(176,69,39); }

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