Html Css Color HEX #BF383D Mahogany

📋 copy color: '#BF383D'

red 191 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #BF383D

Tints of Mahogany #BF383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 62.01%
G = 18.18%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF383D (or 0xBF383D) is known color: Mahogany. HEX triplet: BF, 38 and 3D. RGB value is (191,56,61). Sum of RGB (Red+Green+Blue) = 191+56+61=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF383D is #40C7C2. Grayscale: #616161. Windows color (decimal): -4245443 or 4012223. OLE color: 4012223.

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

Color convert

RGB 191 56 61 -
CMYK 0 0.71 0.68 0.25
HSL 357.78º 0.55% 0.48% -
HSV(B) 357.78º 0.71% 0.75% -
XYZ 23.74 14.24 5.91 -
YUV 96.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 191 56 61 0 0.71 0.68 0.25 357.78 0.55 0.48
Hex BF 38 3D 0 47 44 19 166 37 30
Octal 277 70 75 0 107 104 31 546 67 60
Binary 10111111 111000 111101 0 1000111 1000100 11001 101100110 110111 110000

Color Harmonies of #BF383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF383D

Black with #BF383D

Text Example


Text Example

White with #BF383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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