Html Css Color HEX #B25326 Rose Of Sharon

📋 copy color: '#B25326'

red 178 ◦ green 83 ◦ blue 38

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

Shades of Rose Of Sharon #B25326

Tints of Rose Of Sharon #B25326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 59.53%
G = 27.76%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25326 (or 0xB25326) is known color: Rose Of Sharon. HEX triplet: B2, 53 and 26. RGB value is (178,83,38). Sum of RGB (Red+Green+Blue) = 178+83+38=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B25326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25326 is #4DACD9. Grayscale: #6A6A6A. Windows color (decimal): -5090522 or 2511794. OLE color: 2511794.

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

Color convert

RGB 178 83 38 -
CMYK 0 0.53 0.79 0.30
HSL 19.29º 0.65% 0.42% -
HSV(B) 19.29º 0.79% 0.7% -
XYZ 21.8 15.79 3.73 -
YUV 106.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 178 83 38 0 0.53 0.79 0.30 19.29 0.65 0.42
Hex B2 53 26 0 35 4F 1E 13 41 2A
Octal 262 123 46 0 65 117 36 23 101 52
Binary 10110010 1010011 100110 0 110101 1001111 11110 10011 1000001 101010

Color Harmonies of #B25326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25326

Black with #B25326

Text Example


Text Example

White with #B25326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25326; }

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

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

background-color css

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

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

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

border-color css

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

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

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