#BD8B3F

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

Shades of Pizza #BD8B3F

Tints of Pizza #BD8B3F

Color information

#BD8B3F (or 0xBD8B3F) is unknown color: approx Pizza. HEX triplet: BD, 8B and 3F. RGB value is (189,139,63). Sum of RGB (Red+Green+Blue) = 189+139+63=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B3F is #4274C0. Grayscale: #919191. Windows color (decimal): -4355265 or 4164541. OLE color: 4164541.

HSL color Cylindrical-coordinate representation of color #BD8B3F: hue angle of 36.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD8B3F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18913963-
CMYK00.260.670.26
HSL36.19º50%49.41%-
HSV(B)36.19º66.67%74.12%-
XYZ31.1229.648.78-
YUV145.2981.56159.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 63 (25% from 255) = 16.11%
R=48.34%
G=35.55%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891396300.260.670.2636.195049.41
HexBD8B3F01A431A243231
Octal2752137703210332446261
Binary1011110110001011111111011010100001111010100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B3F; }

 p { color: rgb(189,139,63); }

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

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

 a { background-color: rgb(189,139,63); }

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

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

 span { border-color: rgb(189,139,63); }

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