Html Css Color HEX #B25026 Rose Of Sharon

📋 copy color: '#B25026'

red 178 ◦ green 80 ◦ blue 38

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

Shades of Rose Of Sharon #B25026

Tints of Rose Of Sharon #B25026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 60.14%
G = 27.03%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25026 (or 0xB25026) is known color: Rose Of Sharon. HEX triplet: B2, 50 and 26. RGB value is (178,80,38). Sum of RGB (Red+Green+Blue) = 178+80+38=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B25026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25026 is #4DAFD9. Grayscale: #686868. Windows color (decimal): -5091290 or 2511026. OLE color: 2511026.

HSL color Cylindrical-coordinate representation of color #B25026: hue angle of 18º degrees, saturation: 0.65, 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 #B25026 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 38 -
CMYK 0 0.55 0.79 0.30
HSL 18º 0.65% 0.42% -
HSV(B) 18º 0.79% 0.7% -
XYZ 21.58 15.34 3.66 -
YUV 104.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 178 80 38 0 0.55 0.79 0.30 18 0.65 0.42
Hex B2 50 26 0 37 4F 1E 12 41 2A
Octal 262 120 46 0 67 117 36 22 101 52
Binary 10110010 1010000 100110 0 110111 1001111 11110 10010 1000001 101010

Color Harmonies of #B25026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25026

Black with #B25026

Text Example


Text Example

White with #B25026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25026; }

 p { color: rgb(178,80,38); }

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

background-color css

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

 a { background-color: rgb(178,80,38); }

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

border-color css

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

 span { border-color: rgb(178,80,38); }

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