Html Css Color HEX #B04422 Rose Of Sharon

📋 copy color: '#B04422'

red 176 ◦ green 68 ◦ blue 34

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

Shades of Rose Of Sharon #B04422

Tints of Rose Of Sharon #B04422

RGB

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

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

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

R = 63.31%
G = 24.46%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B04422 (or 0xB04422) is known color: Rose Of Sharon. HEX triplet: B0, 44 and 22. RGB value is (176,68,34). Sum of RGB (Red+Green+Blue) = 176+68+34=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04422 is #4FBBDD. Grayscale: #606060. Windows color (decimal): -5225438 or 2245808. OLE color: 2245808.

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

Color convert

RGB 176 68 34 -
CMYK 0 0.61 0.81 0.31
HSL 14.37º 0.68% 0.41% -
HSV(B) 14.37º 0.81% 0.69% -
XYZ 20.26 13.48 3.05 -
YUV 96.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 176 68 34 0 0.61 0.81 0.31 14.37 0.68 0.41
Hex B0 44 22 0 3D 51 1F E 44 29
Octal 260 104 42 0 75 121 37 16 104 51
Binary 10110000 1000100 100010 0 111101 1010001 11111 1110 1000100 101001

Color Harmonies of #B04422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04422

Black with #B04422

Text Example


Text Example

White with #B04422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04422; }

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

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

background-color css

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

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

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

border-color css

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

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

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