#BD8A38

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

Shades of Pizza #BD8A38

Tints of Pizza #BD8A38

Color information

#BD8A38 (or 0xBD8A38) is unknown color: approx Pizza. HEX triplet: BD, 8A and 38. RGB value is (189,138,56). Sum of RGB (Red+Green+Blue) = 189+138+56=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A38 is #4275C7. Grayscale: #909090. Windows color (decimal): -4355528 or 3705533. OLE color: 3705533.

HSL color Cylindrical-coordinate representation of color #BD8A38: hue angle of 36.99º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8A38 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18913856-
CMYK00.270.700.26
HSL36.99º54.29%48.04%-
HSV(B)36.99º70.37%74.12%-
XYZ30.7929.287.77-
YUV143.978.4160.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=49.35%
G=36.03%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891385600.270.700.2636.9954.2948.04
HexBD8A3801B461A253630
Octal2752127003310632456660
Binary1011110110001010111000011011100011011010100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A38; }

 p { color: rgb(189,138,56); }

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

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

 a { background-color: rgb(189,138,56); }

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

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

 span { border-color: rgb(189,138,56); }

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