Html Css Color HEX #B94928 Rose Of Sharon

📋 copy color: '#B94928'

red 185 ◦ green 73 ◦ blue 40

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

Shades of Rose Of Sharon #B94928

Tints of Rose Of Sharon #B94928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 62.08%
G = 24.5%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94928 (or 0xB94928) is known color: Rose Of Sharon. HEX triplet: B9, 49 and 28. RGB value is (185,73,40). Sum of RGB (Red+Green+Blue) = 185+73+40=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B94928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94928 is #46B6D7. Grayscale: #666666. Windows color (decimal): -4634328 or 2640313. OLE color: 2640313.

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

Color convert

RGB 185 73 40 -
CMYK 0 0.61 0.78 0.27
HSL 13.66º 0.64% 0.44% -
HSV(B) 13.66º 0.78% 0.73% -
XYZ 22.77 15.23 3.75 -
YUV 102.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 185 73 40 0 0.61 0.78 0.27 13.66 0.64 0.44
Hex B9 49 28 0 3D 4E 1B E 40 2C
Octal 271 111 50 0 75 116 33 16 100 54
Binary 10111001 1001001 101000 0 111101 1001110 11011 1110 1000000 101100

Color Harmonies of #B94928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94928

Black with #B94928

Text Example


Text Example

White with #B94928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94928; }

 p { color: rgb(185,73,40); }

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

background-color css

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

 a { background-color: rgb(185,73,40); }

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

border-color css

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

 span { border-color: rgb(185,73,40); }

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