Html Css Color HEX #B04822 Rose Of Sharon

📋 copy color: '#B04822'

red 176 ◦ green 72 ◦ blue 34

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

Shades of Rose Of Sharon #B04822

Tints of Rose Of Sharon #B04822

RGB

 RED value IS 176 (69.14% from 255) = 62.41%

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 62.41%
G = 25.53%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B04822 (or 0xB04822) is known color: Rose Of Sharon. HEX triplet: B0, 48 and 22. RGB value is (176,72,34). Sum of RGB (Red+Green+Blue) = 176+72+34=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B04822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04822 is #4FB7DD. Grayscale: #636363. Windows color (decimal): -5224414 or 2246832. OLE color: 2246832.

HSL color Cylindrical-coordinate representation of color #B04822: hue angle of 16.06º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04822 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 34 -
CMYK 0 0.59 0.81 0.31
HSL 16.06º 0.68% 0.41% -
HSV(B) 16.06º 0.81% 0.69% -
XYZ 20.51 13.98 3.13 -
YUV 98.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 176 72 34 0 0.59 0.81 0.31 16.06 0.68 0.41
Hex B0 48 22 0 3B 51 1F 10 44 29
Octal 260 110 42 0 73 121 37 20 104 51
Binary 10110000 1001000 100010 0 111011 1010001 11111 10000 1000100 101001

Color Harmonies of #B04822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04822

Black with #B04822

Text Example


Text Example

White with #B04822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04822; }

 p { color: rgb(176,72,34); }

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

background-color css

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

 a { background-color: rgb(176,72,34); }

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

border-color css

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

 span { border-color: rgb(176,72,34); }

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