#BD923E

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

Shades of Pizza #BD923E

Tints of Pizza #BD923E

Color information

#BD923E (or 0xBD923E) is unknown color: approx Pizza. HEX triplet: BD, 92 and 3E. RGB value is (189,146,62). Sum of RGB (Red+Green+Blue) = 189+146+62=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD923E is #426DC1. Grayscale: #959595. Windows color (decimal): -4353474 or 4100797. OLE color: 4100797.

HSL color Cylindrical-coordinate representation of color #BD923E: hue angle of 39.69º degrees, saturation: 0.51, 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 #BD923E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18914662-
CMYK00.230.670.26
HSL39.69º50.6%49.22%-
HSV(B)39.69º67.2%74.12%-
XYZ32.1331.728.99-
YUV149.2878.75156.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=47.61%
G=36.78%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891466200.230.670.2639.6950.649.22
HexBD923E017431A283331
Octal2752227602710332506361
Binary1011110110010010111110010111100001111010101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD923E; }

 p { color: rgb(189,146,62); }

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

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

 a { background-color: rgb(189,146,62); }

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

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

 span { border-color: rgb(189,146,62); }

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