#BD913D

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

Shades of Pizza #BD913D

Tints of Pizza #BD913D

Color information

#BD913D (or 0xBD913D) is unknown color: approx Pizza. HEX triplet: BD, 91 and 3D. RGB value is (189,145,61). Sum of RGB (Red+Green+Blue) = 189+145+61=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD913D is #426EC2. Grayscale: #949494. Windows color (decimal): -4353731 or 4035005. OLE color: 4035005.

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

Color convert

RGB18914561-
CMYK00.230.680.26
HSL39.38º51.2%49.02%-
HSV(B)39.38º67.72%74.12%-
XYZ31.9531.418.79-
YUV148.5878.58156.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=47.85%
G=36.71%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891456100.230.680.2639.3851.249.02
HexBD913D017441A273331
Octal2752217502710432476361
Binary1011110110010001111101010111100010011010100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD913D; }

 p { color: rgb(189,145,61); }

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

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

 a { background-color: rgb(189,145,61); }

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

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

 span { border-color: rgb(189,145,61); }

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