Html Css Color HEX #B7492A Rose Of Sharon

📋 copy color: '#B7492A'

red 183 ◦ green 73 ◦ blue 42

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

Shades of Rose Of Sharon #B7492A

Tints of Rose Of Sharon #B7492A

RGB

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

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

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

R = 61.41%
G = 24.5%
B = 14.09%

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

#B7492A (or 0xB7492A) is known color: Rose Of Sharon. HEX triplet: B7, 49 and 2A. RGB value is (183,73,42). Sum of RGB (Red+Green+Blue) = 183+73+42=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7492A is #48B6D5. Grayscale: #666666. Windows color (decimal): -4765398 or 2771383. OLE color: 2771383.

HSL color Cylindrical-coordinate representation of color #B7492A: hue angle of 13.19º 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 #B7492A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 42 -
CMYK 0 0.60 0.77 0.28
HSL 13.19º 0.63% 0.44% -
HSV(B) 13.19º 0.77% 0.72% -
XYZ 22.33 15 3.91 -
YUV 102.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 183 73 42 0 0.60 0.77 0.28 13.19 0.63 0.44
Hex B7 49 2A 0 3C 4D 1C D 3F 2C
Octal 267 111 52 0 74 115 34 15 77 54
Binary 10110111 1001001 101010 0 111100 1001101 11100 1101 111111 101100

Color Harmonies of #B7492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7492A

Black with #B7492A

Text Example


Text Example

White with #B7492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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