#BF7F30

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

Shades of Geebung #BF7F30

Tints of Geebung #BF7F30

Color information

#BF7F30 (or 0xBF7F30) is unknown color: approx Geebung. HEX triplet: BF, 7F and 30. RGB value is (191,127,48). Sum of RGB (Red+Green+Blue) = 191+127+48=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F30 is #4080CF. Grayscale: #898989. Windows color (decimal): -4227280 or 3178431. OLE color: 3178431.

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

Color convert

RGB19112748-
CMYK00.340.750.25
HSL33.15º59.83%46.86%-
HSV(B)33.15º74.87%74.9%-
XYZ29.6126.476.34-
YUV137.1377.7166.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=52.19%
G=34.70%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911274800.340.750.2533.1559.8346.86
HexBF7F300224B19213c2f
Octal2771776004211331417457
Binary1011111111111111100000100010100101111001100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F30; }

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

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

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

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

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

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

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

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