Html Css Color HEX #BF433B Grenadier

📋 copy color: '#BF433B'

red 191 ◦ green 67 ◦ blue 59

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

Shades of Grenadier #BF433B

Tints of Grenadier #BF433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 60.25%
G = 21.14%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF433B (or 0xBF433B) is known color: Grenadier. HEX triplet: BF, 43 and 3B. RGB value is (191,67,59). Sum of RGB (Red+Green+Blue) = 191+67+59=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF433B is #40BCC4. Grayscale: #676767. Windows color (decimal): -4242629 or 3883967. OLE color: 3883967.

HSL color Cylindrical-coordinate representation of color #BF433B: hue angle of 3.64º degrees, saturation: 0.53, 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 #BF433B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 59 -
CMYK 0 0.65 0.69 0.25
HSL 3.64º 0.53% 0.49% -
HSV(B) 3.64º 0.69% 0.75% -
XYZ 24.28 15.41 5.83 -
YUV 103.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 191 67 59 0 0.65 0.69 0.25 3.64 0.53 0.49
Hex BF 43 3B 0 41 45 19 4 35 31
Octal 277 103 73 0 101 105 31 4 65 61
Binary 10111111 1000011 111011 0 1000001 1000101 11001 100 110101 110001

Color Harmonies of #BF433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF433B

Black with #BF433B

Text Example


Text Example

White with #BF433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF433B; }

 p { color: rgb(191,67,59); }

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

background-color css

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

 a { background-color: rgb(191,67,59); }

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

border-color css

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

 span { border-color: rgb(191,67,59); }

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