Html Css Color HEX #B74625 Rose Of Sharon

📋 copy color: '#B74625'

red 183 ◦ green 70 ◦ blue 37

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

Shades of Rose Of Sharon #B74625

Tints of Rose Of Sharon #B74625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 63.1%
G = 24.14%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B74625 (or 0xB74625) is known color: Rose Of Sharon. HEX triplet: B7, 46 and 25. RGB value is (183,70,37). Sum of RGB (Red+Green+Blue) = 183+70+37=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B74625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74625 is #48B9DA. Grayscale: #646464. Windows color (decimal): -4766171 or 2442935. OLE color: 2442935.

HSL color Cylindrical-coordinate representation of color #B74625: hue angle of 13.56º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74625 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 37 -
CMYK 0 0.62 0.80 0.28
HSL 13.56º 0.66% 0.43% -
HSV(B) 13.56º 0.8% 0.72% -
XYZ 22.05 14.58 3.4 -
YUV 100.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 183 70 37 0 0.62 0.80 0.28 13.56 0.66 0.43
Hex B7 46 25 0 3E 50 1C E 42 2B
Octal 267 106 45 0 76 120 34 16 102 53
Binary 10110111 1000110 100101 0 111110 1010000 11100 1110 1000010 101011

Color Harmonies of #B74625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74625

Black with #B74625

Text Example


Text Example

White with #B74625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74625; }

 p { color: rgb(183,70,37); }

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

background-color css

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

 a { background-color: rgb(183,70,37); }

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

border-color css

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

 span { border-color: rgb(183,70,37); }

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