Html Css Color HEX #B94827 Rose Of Sharon

📋 copy color: '#B94827'

red 185 ◦ green 72 ◦ blue 39

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

Shades of Rose Of Sharon #B94827

Tints of Rose Of Sharon #B94827

RGB

 RED value IS 185 (72.66% from 255) = 62.5%

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 62.5%
G = 24.32%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B94827 (or 0xB94827) is known color: Rose Of Sharon. HEX triplet: B9, 48 and 27. RGB value is (185,72,39). Sum of RGB (Red+Green+Blue) = 185+72+39=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B94827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94827 is #46B7D8. Grayscale: #666666. Windows color (decimal): -4634585 or 2574521. OLE color: 2574521.

HSL color Cylindrical-coordinate representation of color #B94827: hue angle of 13.56º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B94827 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 39 -
CMYK 0 0.61 0.79 0.27
HSL 13.56º 0.65% 0.44% -
HSV(B) 13.56º 0.79% 0.73% -
XYZ 22.69 15.1 3.64 -
YUV 102.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 185 72 39 0 0.61 0.79 0.27 13.56 0.65 0.44
Hex B9 48 27 0 3D 4F 1B E 41 2C
Octal 271 110 47 0 75 117 33 16 101 54
Binary 10111001 1001000 100111 0 111101 1001111 11011 1110 1000001 101100

Color Harmonies of #B94827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94827

Black with #B94827

Text Example


Text Example

White with #B94827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94827; }

 p { color: rgb(185,72,39); }

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

background-color css

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

 a { background-color: rgb(185,72,39); }

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

border-color css

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

 span { border-color: rgb(185,72,39); }

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