#BF8B30

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

Shades of Hokey Pokey #BF8B30

Tints of Hokey Pokey #BF8B30

Color information

#BF8B30 (or 0xBF8B30) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8B and 30. RGB value is (191,139,48). Sum of RGB (Red+Green+Blue) = 191+139+48=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B30 is #4074CF. Grayscale: #909090. Windows color (decimal): -4224208 or 3181503. OLE color: 3181503.

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

Color convert

RGB19113948-
CMYK00.270.750.25
HSL38.18º59.83%46.86%-
HSV(B)38.18º74.87%74.9%-
XYZ31.2529.766.89-
YUV144.1773.73161.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=50.53%
G=36.77%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911394800.270.750.2538.1859.8346.86
HexBF8B3001B4B19263c2f
Octal2772136003311331467457
Binary1011111110001011110000011011100101111001100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B30; }

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

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

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

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

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

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

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

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