Html Css Color HEX #BF563D Grenadier

📋 copy color: '#BF563D'

red 191 ◦ green 86 ◦ blue 61

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

Shades of Grenadier #BF563D

Tints of Grenadier #BF563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

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

R = 56.51%
G = 25.44%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF563D (or 0xBF563D) is known color: Grenadier. HEX triplet: BF, 56 and 3D. RGB value is (191,86,61). Sum of RGB (Red+Green+Blue) = 191+86+61=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF563D is #40A9C2. Grayscale: #727272. Windows color (decimal): -4237763 or 4019903. OLE color: 4019903.

HSL color Cylindrical-coordinate representation of color #BF563D: hue angle of 11.54º 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 #BF563D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 86 61 -
CMYK 0 0.55 0.68 0.25
HSL 11.54º 0.52% 0.49% -
HSV(B) 11.54º 0.68% 0.75% -
XYZ 25.66 18.07 6.55 -
YUV 114.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 191 86 61 0 0.55 0.68 0.25 11.54 0.52 0.49
Hex BF 56 3D 0 37 44 19 C 34 31
Octal 277 126 75 0 67 104 31 14 64 61
Binary 10111111 1010110 111101 0 110111 1000100 11001 1100 110100 110001

Color Harmonies of #BF563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF563D

Black with #BF563D

Text Example


Text Example

White with #BF563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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