#BF7935

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

Shades of Meteor #BF7935

Tints of Meteor #BF7935

Color information

#BF7935 (or 0xBF7935) is unknown color: approx Meteor. HEX triplet: BF, 79 and 35. RGB value is (191,121,53). Sum of RGB (Red+Green+Blue) = 191+121+53=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7935 is #4086CA. Grayscale: #868686. Windows color (decimal): -4228811 or 3504575. OLE color: 3504575.

HSL color Cylindrical-coordinate representation of color #BF7935: hue angle of 29.57º degrees, saturation: 0.57, 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 #BF7935 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19112153-
CMYK00.370.720.25
HSL29.57º56.56%47.84%-
HSV(B)29.57º72.25%74.9%-
XYZ28.9725.016.67-
YUV134.1882.19168.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=52.33%
G=33.15%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911215300.370.720.2529.5756.5647.84
HexBF793502548191e3930
Octal2771716504511031367160
Binary101111111111001110101010010110010001100111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7935; }

 p { color: rgb(191,121,53); }

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

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

 a { background-color: rgb(191,121,53); }

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

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

 span { border-color: rgb(191,121,53); }

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