Html Css Color HEX #B74C27 Rose Of Sharon

📋 copy color: '#B74C27'

red 183 ◦ green 76 ◦ blue 39

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

Shades of Rose Of Sharon #B74C27

Tints of Rose Of Sharon #B74C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 61.41%
G = 25.5%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B74C27 (or 0xB74C27) is known color: Rose Of Sharon. HEX triplet: B7, 4C and 27. RGB value is (183,76,39). Sum of RGB (Red+Green+Blue) = 183+76+39=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C27 is #48B3D8. Grayscale: #686868. Windows color (decimal): -4764633 or 2575543. OLE color: 2575543.

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

Color convert

RGB 183 76 39 -
CMYK 0 0.58 0.79 0.28
HSL 15.42º 0.65% 0.44% -
HSV(B) 15.42º 0.79% 0.72% -
XYZ 22.48 15.38 3.7 -
YUV 103.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 183 76 39 0 0.58 0.79 0.28 15.42 0.65 0.44
Hex B7 4C 27 0 3A 4F 1C F 41 2C
Octal 267 114 47 0 72 117 34 17 101 54
Binary 10110111 1001100 100111 0 111010 1001111 11100 1111 1000001 101100

Color Harmonies of #B74C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C27

Black with #B74C27

Text Example


Text Example

White with #B74C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C27; }

 p { color: rgb(183,76,39); }

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

background-color css

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

 a { background-color: rgb(183,76,39); }

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

border-color css

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

 span { border-color: rgb(183,76,39); }

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