Html Css Color HEX #B04327 Rose Of Sharon

📋 copy color: '#B04327'

red 176 ◦ green 67 ◦ blue 39

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

Shades of Rose Of Sharon #B04327

Tints of Rose Of Sharon #B04327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 62.41%
G = 23.76%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B04327 (or 0xB04327) is known color: Rose Of Sharon. HEX triplet: B0, 43 and 27. RGB value is (176,67,39). Sum of RGB (Red+Green+Blue) = 176+67+39=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B04327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04327 is #4FBCD8. Grayscale: #606060. Windows color (decimal): -5225689 or 2573232. OLE color: 2573232.

HSL color Cylindrical-coordinate representation of color #B04327: hue angle of 12.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B04327 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 39 -
CMYK 0 0.62 0.78 0.31
HSL 12.26º 0.64% 0.42% -
HSV(B) 12.26º 0.78% 0.69% -
XYZ 20.28 13.39 3.44 -
YUV 96.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 176 67 39 0 0.62 0.78 0.31 12.26 0.64 0.42
Hex B0 43 27 0 3E 4E 1F C 40 2A
Octal 260 103 47 0 76 116 37 14 100 52
Binary 10110000 1000011 100111 0 111110 1001110 11111 1100 1000000 101010

Color Harmonies of #B04327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04327

Black with #B04327

Text Example


Text Example

White with #B04327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04327; }

 p { color: rgb(176,67,39); }

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

background-color css

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

 a { background-color: rgb(176,67,39); }

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

border-color css

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

 span { border-color: rgb(176,67,39); }

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