Html Css Color HEX #B74820 Rose Of Sharon

📋 copy color: '#B74820'

red 183 ◦ green 72 ◦ blue 32

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

Shades of Rose Of Sharon #B74820

Tints of Rose Of Sharon #B74820

RGB

 RED value IS 183 (71.88% from 255) = 63.76%

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

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 63.76%
G = 25.09%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B74820 (or 0xB74820) is known color: Rose Of Sharon. HEX triplet: B7, 48 and 20. RGB value is (183,72,32). Sum of RGB (Red+Green+Blue) = 183+72+32=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B74820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74820 is #48B7DF. Grayscale: #646464. Windows color (decimal): -4765664 or 2115767. OLE color: 2115767.

HSL color Cylindrical-coordinate representation of color #B74820: hue angle of 15.89º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74820 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 32 -
CMYK 0 0.61 0.83 0.28
HSL 15.89º 0.7% 0.42% -
HSV(B) 15.89º 0.83% 0.72% -
XYZ 22.11 14.81 3.06 -
YUV 100.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 183 72 32 0 0.61 0.83 0.28 15.89 0.7 0.42
Hex B7 48 20 0 3D 53 1C 10 46 2A
Octal 267 110 40 0 75 123 34 20 106 52
Binary 10110111 1001000 100000 0 111101 1010011 11100 10000 1000110 101010

Color Harmonies of #B74820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74820

Black with #B74820

Text Example


Text Example

White with #B74820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74820; }

 p { color: rgb(183,72,32); }

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

background-color css

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

 a { background-color: rgb(183,72,32); }

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

border-color css

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

 span { border-color: rgb(183,72,32); }

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