Html Css Color HEX #B04725 Rose Of Sharon

📋 copy color: '#B04725'

red 176 ◦ green 71 ◦ blue 37

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

Shades of Rose Of Sharon #B04725

Tints of Rose Of Sharon #B04725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 61.97%
G = 25%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B04725 (or 0xB04725) is known color: Rose Of Sharon. HEX triplet: B0, 47 and 25. RGB value is (176,71,37). Sum of RGB (Red+Green+Blue) = 176+71+37=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B04725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04725 is #4FB8DA. Grayscale: #626262. Windows color (decimal): -5224667 or 2443184. OLE color: 2443184.

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

Color convert

RGB 176 71 37 -
CMYK 0 0.60 0.79 0.31
HSL 14.68º 0.65% 0.42% -
HSV(B) 14.68º 0.79% 0.69% -
XYZ 20.49 13.87 3.35 -
YUV 98.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 176 71 37 0 0.60 0.79 0.31 14.68 0.65 0.42
Hex B0 47 25 0 3C 4F 1F F 41 2A
Octal 260 107 45 0 74 117 37 17 101 52
Binary 10110000 1000111 100101 0 111100 1001111 11111 1111 1000001 101010

Color Harmonies of #B04725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04725

Black with #B04725

Text Example


Text Example

White with #B04725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04725; }

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

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

background-color css

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

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

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

border-color css

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

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

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