#BF7638

Color #BF7638 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BF7638

Tints of Meteor #BF7638

Color information

#BF7638 (or 0xBF7638) is unknown color: approx Meteor. HEX triplet: BF, 76 and 38. RGB value is (191,118,56). Sum of RGB (Red+Green+Blue) = 191+118+56=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7638 is #4089C7. Grayscale: #858585. Windows color (decimal): -4229576 or 3700415. OLE color: 3700415.

HSL color Cylindrical-coordinate representation of color #BF7638: hue angle of 27.56º 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 #BF7638 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19111856-
CMYK00.380.710.25
HSL27.56º54.66%48.43%-
HSV(B)27.56º70.68%74.9%-
XYZ28.6824.326.92-
YUV132.7684.68169.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=52.33%
G=32.33%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911185600.380.710.2527.5654.6648.43
HexBF763802647191c3730
Octal2771667004610731346760
Binary101111111110110111000010011010001111100111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7638; }

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

 H1.HeaderClassName
 {
   color: #BF7638;
 }
 .AnyTagClassName
 {
   color: #BF7638;
 }
</style>
background-color css

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

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

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

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

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

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