Html Css Color HEX #BF4345 Mahogany

📋 copy color: '#BF4345'

red 191 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #BF4345

Tints of Mahogany #BF4345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 58.41%
G = 20.49%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF4345 (or 0xBF4345) is known color: Mahogany. HEX triplet: BF, 43 and 45. RGB value is (191,67,69). Sum of RGB (Red+Green+Blue) = 191+67+69=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4345 is #40BCBA. Grayscale: #686868. Windows color (decimal): -4242619 or 4539327. OLE color: 4539327.

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

Color convert

RGB 191 67 69 -
CMYK 0 0.65 0.64 0.25
HSL 359.03º 0.49% 0.51% -
HSV(B) 359.03º 0.65% 0.75% -
XYZ 24.57 15.52 7.33 -
YUV 104.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 191 67 69 0 0.65 0.64 0.25 359.03 0.49 0.51
Hex BF 43 45 0 41 40 19 167 31 33
Octal 277 103 105 0 101 100 31 547 61 63
Binary 10111111 1000011 1000101 0 1000001 1000000 11001 101100111 110001 110011

Color Harmonies of #BF4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4345

Black with #BF4345

Text Example


Text Example

White with #BF4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4345; }

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

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

background-color css

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

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

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

border-color css

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

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

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