Html Css Color HEX #BF533C Grenadier

📋 copy color: '#BF533C'

red 191 ◦ green 83 ◦ blue 60

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

Shades of Grenadier #BF533C

Tints of Grenadier #BF533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 57.19%
G = 24.85%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF533C (or 0xBF533C) is known color: Grenadier. HEX triplet: BF, 53 and 3C. RGB value is (191,83,60). Sum of RGB (Red+Green+Blue) = 191+83+60=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF533C is #40ACC3. Grayscale: #707070. Windows color (decimal): -4238532 or 3953599. OLE color: 3953599.

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

Color convert

RGB 191 83 60 -
CMYK 0 0.57 0.69 0.25
HSL 10.53º 0.52% 0.49% -
HSV(B) 10.53º 0.69% 0.75% -
XYZ 25.39 17.59 6.33 -
YUV 112.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 191 83 60 0 0.57 0.69 0.25 10.53 0.52 0.49
Hex BF 53 3C 0 39 45 19 B 34 31
Octal 277 123 74 0 71 105 31 13 64 61
Binary 10111111 1010011 111100 0 111001 1000101 11001 1011 110100 110001

Color Harmonies of #BF533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF533C

Black with #BF533C

Text Example


Text Example

White with #BF533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF533C; }

 p { color: rgb(191,83,60); }

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

background-color css

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

 a { background-color: rgb(191,83,60); }

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

border-color css

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

 span { border-color: rgb(191,83,60); }

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