#BD893A

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

Shades of Pizza #BD893A

Tints of Pizza #BD893A

Color information

#BD893A (or 0xBD893A) is unknown color: approx Pizza. HEX triplet: BD, 89 and 3A. RGB value is (189,137,58). Sum of RGB (Red+Green+Blue) = 189+137+58=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD893A is #4276C5. Grayscale: #8F8F8F. Windows color (decimal): -4355782 or 3836349. OLE color: 3836349.

HSL color Cylindrical-coordinate representation of color #BD893A: hue angle of 36.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD893A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18913758-
CMYK00.280.690.26
HSL36.18º53.04%48.43%-
HSV(B)36.18º69.31%74.12%-
XYZ30.729.027.99-
YUV143.5479.73160.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=49.22%
G=35.68%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891375800.280.690.2636.1853.0448.43
HexBD893A01C451A243530
Octal2752117203410532446560
Binary1011110110001001111010011100100010111010100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD893A; }

 p { color: rgb(189,137,58); }

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

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

 a { background-color: rgb(189,137,58); }

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

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

 span { border-color: rgb(189,137,58); }

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