Html Css Color HEX #B74F27 Red Stage

📋 copy color: '#B74F27'

red 183 ◦ green 79 ◦ blue 39

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

Shades of Red Stage #B74F27

Tints of Red Stage #B74F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 60.8%
G = 26.25%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B74F27 (or 0xB74F27) is known color: Red Stage. HEX triplet: B7, 4F and 27. RGB value is (183,79,39). Sum of RGB (Red+Green+Blue) = 183+79+39=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F27 is #48B0D8. Grayscale: #696969. Windows color (decimal): -4763865 or 2576311. OLE color: 2576311.

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

Color convert

RGB 183 79 39 -
CMYK 0 0.57 0.79 0.28
HSL 16.67º 0.65% 0.44% -
HSV(B) 16.67º 0.79% 0.72% -
XYZ 22.69 15.81 3.77 -
YUV 105.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 183 79 39 0 0.57 0.79 0.28 16.67 0.65 0.44
Hex B7 4F 27 0 39 4F 1C 11 41 2C
Octal 267 117 47 0 71 117 34 21 101 54
Binary 10110111 1001111 100111 0 111001 1001111 11100 10001 1000001 101100

Color Harmonies of #B74F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F27

Black with #B74F27

Text Example


Text Example

White with #B74F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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