Html Css Color HEX #B25022 Rose Of Sharon

📋 copy color: '#B25022'

red 178 ◦ green 80 ◦ blue 34

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

Shades of Rose Of Sharon #B25022

Tints of Rose Of Sharon #B25022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.64%

R = 60.96%
G = 27.4%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25022 (or 0xB25022) is known color: Rose Of Sharon. HEX triplet: B2, 50 and 22. RGB value is (178,80,34). Sum of RGB (Red+Green+Blue) = 178+80+34=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B25022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25022 is #4DAFDD. Grayscale: #686868. Windows color (decimal): -5091294 or 2248882. OLE color: 2248882.

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

Color convert

RGB 178 80 34 -
CMYK 0 0.55 0.81 0.30
HSL 19.17º 0.68% 0.42% -
HSV(B) 19.17º 0.81% 0.7% -
XYZ 21.52 15.32 3.34 -
YUV 104.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 178 80 34 0 0.55 0.81 0.30 19.17 0.68 0.42
Hex B2 50 22 0 37 51 1E 13 44 2A
Octal 262 120 42 0 67 121 36 23 104 52
Binary 10110010 1010000 100010 0 110111 1010001 11110 10011 1000100 101010

Color Harmonies of #B25022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25022

Black with #B25022

Text Example


Text Example

White with #B25022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25022; }

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

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

background-color css

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

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

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

border-color css

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

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

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