Html Css Color HEX #BF363C Mahogany

📋 copy color: '#BF363C'

red 191 ◦ green 54 ◦ blue 60

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

Shades of Mahogany #BF363C

Tints of Mahogany #BF363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

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

R = 62.62%
G = 17.7%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF363C (or 0xBF363C) is known color: Mahogany. HEX triplet: BF, 36 and 3C. RGB value is (191,54,60). Sum of RGB (Red+Green+Blue) = 191+54+60=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF363C is #40C9C3. Grayscale: #5F5F5F. Windows color (decimal): -4245956 or 3946175. OLE color: 3946175.

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

Color convert

RGB 191 54 60 -
CMYK 0 0.72 0.69 0.25
HSL 357.37º 0.56% 0.48% -
HSV(B) 357.37º 0.72% 0.75% -
XYZ 23.62 14.04 5.74 -
YUV 95.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 191 54 60 0 0.72 0.69 0.25 357.37 0.56 0.48
Hex BF 36 3C 0 48 45 19 165 38 30
Octal 277 66 74 0 110 105 31 545 70 60
Binary 10111111 110110 111100 0 1001000 1000101 11001 101100101 111000 110000

Color Harmonies of #BF363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF363C

Black with #BF363C

Text Example


Text Example

White with #BF363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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