Html Css Color HEX #B8492A Rose Of Sharon

📋 copy color: '#B8492A'

red 184 ◦ green 73 ◦ blue 42

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

Shades of Rose Of Sharon #B8492A

Tints of Rose Of Sharon #B8492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 61.54%
G = 24.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8492A (or 0xB8492A) is known color: Rose Of Sharon. HEX triplet: B8, 49 and 2A. RGB value is (184,73,42). Sum of RGB (Red+Green+Blue) = 184+73+42=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8492A is #47B6D5. Grayscale: #666666. Windows color (decimal): -4699862 or 2771384. OLE color: 2771384.

HSL color Cylindrical-coordinate representation of color #B8492A: hue angle of 13.1º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8492A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 42 -
CMYK 0 0.60 0.77 0.28
HSL 13.1º 0.63% 0.44% -
HSV(B) 13.1º 0.77% 0.72% -
XYZ 22.57 15.12 3.92 -
YUV 102.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 184 73 42 0 0.60 0.77 0.28 13.1 0.63 0.44
Hex B8 49 2A 0 3C 4D 1C D 3F 2C
Octal 270 111 52 0 74 115 34 15 77 54
Binary 10111000 1001001 101010 0 111100 1001101 11100 1101 111111 101100

Color Harmonies of #B8492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8492A

Black with #B8492A

Text Example


Text Example

White with #B8492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8492A; }

 p { color: rgb(184,73,42); }

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

background-color css

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

 a { background-color: rgb(184,73,42); }

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

border-color css

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

 span { border-color: rgb(184,73,42); }

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