Html Css Color HEX #B35123 Rose Of Sharon

📋 copy color: '#B35123'

red 179 ◦ green 81 ◦ blue 35

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

Shades of Rose Of Sharon #B35123

Tints of Rose Of Sharon #B35123

RGB

 RED value IS 179 (70.31% from 255) = 60.68%

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

 BLUE value IS 35 (14.06% from 255) = 11.86%

R = 60.68%
G = 27.46%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B35123 (or 0xB35123) is known color: Rose Of Sharon. HEX triplet: B3, 51 and 23. RGB value is (179,81,35). Sum of RGB (Red+Green+Blue) = 179+81+35=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B35123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35123 is #4CAEDC. Grayscale: #696969. Windows color (decimal): -5025501 or 2314675. OLE color: 2314675.

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

Color convert

RGB 179 81 35 -
CMYK 0 0.55 0.80 0.30
HSL 19.17º 0.67% 0.42% -
HSV(B) 19.17º 0.8% 0.7% -
XYZ 21.84 15.59 3.45 -
YUV 105.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 179 81 35 0 0.55 0.80 0.30 19.17 0.67 0.42
Hex B3 51 23 0 37 50 1E 13 43 2A
Octal 263 121 43 0 67 120 36 23 103 52
Binary 10110011 1010001 100011 0 110111 1010000 11110 10011 1000011 101010

Color Harmonies of #B35123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35123

Black with #B35123

Text Example


Text Example

White with #B35123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35123; }

 p { color: rgb(179,81,35); }

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

background-color css

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

 a { background-color: rgb(179,81,35); }

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

border-color css

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

 span { border-color: rgb(179,81,35); }

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