Html Css Color HEX #B8511E Rose Of Sharon

📋 copy color: '#B8511E'

red 184 ◦ green 81 ◦ blue 30

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

Shades of Rose Of Sharon #B8511E

Tints of Rose Of Sharon #B8511E

RGB

 RED value IS 184 (72.27% from 255) = 62.37%

 GREEN value IS 81 (32.03% from 255) = 27.46%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 62.37%
G = 27.46%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8511E (or 0xB8511E) is known color: Rose Of Sharon. HEX triplet: B8, 51 and 1E. RGB value is (184,81,30). Sum of RGB (Red+Green+Blue) = 184+81+30=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8511E is #47AEE1. Grayscale: #6A6A6A. Windows color (decimal): -4697826 or 1987000. OLE color: 1987000.

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

Color convert

RGB 184 81 30 -
CMYK 0 0.56 0.84 0.28
HSL 19.87º 0.72% 0.42% -
HSV(B) 19.87º 0.84% 0.72% -
XYZ 22.94 16.17 3.14 -
YUV 105.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 184 81 30 0 0.56 0.84 0.28 19.87 0.72 0.42
Hex B8 51 1E 0 38 54 1C 14 48 2A
Octal 270 121 36 0 70 124 34 24 110 52
Binary 10111000 1010001 11110 0 111000 1010100 11100 10100 1001000 101010

Color Harmonies of #B8511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8511E

Black with #B8511E

Text Example


Text Example

White with #B8511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8511E; }

 p { color: rgb(184,81,30); }

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

background-color css

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

 a { background-color: rgb(184,81,30); }

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

border-color css

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

 span { border-color: rgb(184,81,30); }

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