Html Css Color HEX #B74D3D Grenadier

📋 copy color: '#B74D3D'

red 183 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #B74D3D

Tints of Grenadier #B74D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 57.01%
G = 23.99%
B = 19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B74D3D (or 0xB74D3D) is known color: Grenadier. HEX triplet: B7, 4D and 3D. RGB value is (183,77,61). Sum of RGB (Red+Green+Blue) = 183+77+61=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D3D is #48B2C2. Grayscale: #6B6B6B. Windows color (decimal): -4764355 or 4017591. OLE color: 4017591.

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

Color convert

RGB 183 77 61 -
CMYK 0 0.58 0.67 0.28
HSL 7.87º 0.5% 0.48% -
HSV(B) 7.87º 0.67% 0.72% -
XYZ 23.02 15.71 6.23 -
YUV 106.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 183 77 61 0 0.58 0.67 0.28 7.87 0.5 0.48
Hex B7 4D 3D 0 3A 43 1C 8 32 30
Octal 267 115 75 0 72 103 34 10 62 60
Binary 10110111 1001101 111101 0 111010 1000011 11100 1000 110010 110000

Color Harmonies of #B74D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D3D

Black with #B74D3D

Text Example


Text Example

White with #B74D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D3D; }

 p { color: rgb(183,77,61); }

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

background-color css

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

 a { background-color: rgb(183,77,61); }

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

border-color css

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

 span { border-color: rgb(183,77,61); }

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