Html Css Color HEX #B25125 Rose Of Sharon

📋 copy color: '#B25125'

red 178 ◦ green 81 ◦ blue 37

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

Shades of Rose Of Sharon #B25125

Tints of Rose Of Sharon #B25125

RGB

 RED value IS 178 (69.92% from 255) = 60.14%

 GREEN value IS 81 (32.03% from 255) = 27.36%

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

R = 60.14%
G = 27.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25125 (or 0xB25125) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 25. RGB value is (178,81,37). Sum of RGB (Red+Green+Blue) = 178+81+37=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B25125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25125 is #4DAEDA. Grayscale: #696969. Windows color (decimal): -5091035 or 2445746. OLE color: 2445746.

HSL color Cylindrical-coordinate representation of color #B25125: hue angle of 18.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B25125 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 37 -
CMYK 0 0.54 0.79 0.30
HSL 18.72º 0.66% 0.42% -
HSV(B) 18.72º 0.79% 0.7% -
XYZ 21.64 15.48 3.6 -
YUV 104.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 178 81 37 0 0.54 0.79 0.30 18.72 0.66 0.42
Hex B2 51 25 0 36 4F 1E 13 42 2A
Octal 262 121 45 0 66 117 36 23 102 52
Binary 10110010 1010001 100101 0 110110 1001111 11110 10011 1000010 101010

Color Harmonies of #B25125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25125

Black with #B25125

Text Example


Text Example

White with #B25125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25125; }

 p { color: rgb(178,81,37); }

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

background-color css

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

 a { background-color: rgb(178,81,37); }

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

border-color css

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

 span { border-color: rgb(178,81,37); }

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