Html Css Color HEX #B94823 Rose Of Sharon

📋 copy color: '#B94823'

red 185 ◦ green 72 ◦ blue 35

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

Shades of Rose Of Sharon #B94823

Tints of Rose Of Sharon #B94823

RGB

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

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

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

R = 63.36%
G = 24.66%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B94823 (or 0xB94823) is known color: Rose Of Sharon. HEX triplet: B9, 48 and 23. RGB value is (185,72,35). Sum of RGB (Red+Green+Blue) = 185+72+35=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B94823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94823 is #46B7DC. Grayscale: #656565. Windows color (decimal): -4634589 or 2312377. OLE color: 2312377.

HSL color Cylindrical-coordinate representation of color #B94823: hue angle of 14.8º 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 #B94823 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 35 -
CMYK 0 0.61 0.81 0.27
HSL 14.8º 0.68% 0.43% -
HSV(B) 14.8º 0.81% 0.73% -
XYZ 22.63 15.07 3.31 -
YUV 101.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 185 72 35 0 0.61 0.81 0.27 14.8 0.68 0.43
Hex B9 48 23 0 3D 51 1B F 44 2B
Octal 271 110 43 0 75 121 33 17 104 53
Binary 10111001 1001000 100011 0 111101 1010001 11011 1111 1000100 101011

Color Harmonies of #B94823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94823

Black with #B94823

Text Example


Text Example

White with #B94823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94823; }

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

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

background-color css

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

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

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

border-color css

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

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

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