Html Css Color HEX #B94723 Rose Of Sharon

📋 copy color: '#B94723'

red 185 ◦ green 71 ◦ blue 35

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

Shades of Rose Of Sharon #B94723

Tints of Rose Of Sharon #B94723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

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

R = 63.57%
G = 24.4%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B94723 (or 0xB94723) is known color: Rose Of Sharon. HEX triplet: B9, 47 and 23. RGB value is (185,71,35). Sum of RGB (Red+Green+Blue) = 185+71+35=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B94723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94723 is #46B8DC. Grayscale: #656565. Windows color (decimal): -4634845 or 2312121. OLE color: 2312121.

HSL color Cylindrical-coordinate representation of color #B94723: hue angle of 14.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B94723 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 35 -
CMYK 0 0.62 0.81 0.27
HSL 14.4º 0.68% 0.43% -
HSV(B) 14.4º 0.81% 0.73% -
XYZ 22.56 14.94 3.28 -
YUV 100.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 185 71 35 0 0.62 0.81 0.27 14.4 0.68 0.43
Hex B9 47 23 0 3E 51 1B E 44 2B
Octal 271 107 43 0 76 121 33 16 104 53
Binary 10111001 1000111 100011 0 111110 1010001 11011 1110 1000100 101011

Color Harmonies of #B94723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94723

Black with #B94723

Text Example


Text Example

White with #B94723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94723; }

 p { color: rgb(185,71,35); }

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

background-color css

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

 a { background-color: rgb(185,71,35); }

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

border-color css

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

 span { border-color: rgb(185,71,35); }

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