Html Css Color HEX #BF523D Grenadier

📋 copy color: '#BF523D'

red 191 ◦ green 82 ◦ blue 61

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

Shades of Grenadier #BF523D

Tints of Grenadier #BF523D

RGB

 RED value IS 191 (75% from 255) = 57.19%

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 57.19%
G = 24.55%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF523D (or 0xBF523D) is known color: Grenadier. HEX triplet: BF, 52 and 3D. RGB value is (191,82,61). Sum of RGB (Red+Green+Blue) = 191+82+61=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF523D is #40ADC2. Grayscale: #707070. Windows color (decimal): -4238787 or 4018879. OLE color: 4018879.

HSL color Cylindrical-coordinate representation of color #BF523D: hue angle of 9.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF523D is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 61 -
CMYK 0 0.57 0.68 0.25
HSL 9.69º 0.52% 0.49% -
HSV(B) 9.69º 0.68% 0.75% -
XYZ 25.35 17.45 6.45 -
YUV 112.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 191 82 61 0 0.57 0.68 0.25 9.69 0.52 0.49
Hex BF 52 3D 0 39 44 19 A 34 31
Octal 277 122 75 0 71 104 31 12 64 61
Binary 10111111 1010010 111101 0 111001 1000100 11001 1010 110100 110001

Color Harmonies of #BF523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF523D

Black with #BF523D

Text Example


Text Example

White with #BF523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF523D; }

 p { color: rgb(191,82,61); }

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

background-color css

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

 a { background-color: rgb(191,82,61); }

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

border-color css

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

 span { border-color: rgb(191,82,61); }

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