#BF7630

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

Shades of Meteor #BF7630

Tints of Meteor #BF7630

Color information

#BF7630 (or 0xBF7630) is unknown color: approx Meteor. HEX triplet: BF, 76 and 30. RGB value is (191,118,48). Sum of RGB (Red+Green+Blue) = 191+118+48=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7630 is #4089CF. Grayscale: #848484. Windows color (decimal): -4229584 or 3176127. OLE color: 3176127.

HSL color Cylindrical-coordinate representation of color #BF7630: hue angle of 29.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF7630 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19111848-
CMYK00.380.750.25
HSL29.37º59.83%46.86%-
HSV(B)29.37º74.87%74.9%-
XYZ28.524.255.97-
YUV131.8580.68170.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=53.50%
G=33.05%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911184800.380.750.2529.3759.8346.86
HexBF76300264B191d3c2f
Octal2771666004611331357457
Binary101111111110110110000010011010010111100111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7630; }

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

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

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

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

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

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

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

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