Html Css Color HEX #B94425 Rose Of Sharon

📋 copy color: '#B94425'

red 185 ◦ green 68 ◦ blue 37

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

Shades of Rose Of Sharon #B94425

Tints of Rose Of Sharon #B94425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 63.79%
G = 23.45%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B94425 (or 0xB94425) is known color: Rose Of Sharon. HEX triplet: B9, 44 and 25. RGB value is (185,68,37). Sum of RGB (Red+Green+Blue) = 185+68+37=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B94425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94425 is #46BBDA. Grayscale: #636363. Windows color (decimal): -4635611 or 2442425. OLE color: 2442425.

HSL color Cylindrical-coordinate representation of color #B94425: hue angle of 12.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B94425 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 37 -
CMYK 0 0.63 0.80 0.27
HSL 12.57º 0.67% 0.44% -
HSV(B) 12.57º 0.8% 0.73% -
XYZ 22.41 14.58 3.38 -
YUV 99.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 185 68 37 0 0.63 0.80 0.27 12.57 0.67 0.44
Hex B9 44 25 0 3F 50 1B D 43 2C
Octal 271 104 45 0 77 120 33 15 103 54
Binary 10111001 1000100 100101 0 111111 1010000 11011 1101 1000011 101100

Color Harmonies of #B94425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94425

Black with #B94425

Text Example


Text Example

White with #B94425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94425; }

 p { color: rgb(185,68,37); }

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

background-color css

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

 a { background-color: rgb(185,68,37); }

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

border-color css

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

 span { border-color: rgb(185,68,37); }

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