Html Css Color HEX #BD9040 Pizza

📋 copy color: '#BD9040'

red 189 ◦ green 144 ◦ blue 64

#BD9040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizza #BD9040

Tints of Pizza #BD9040

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 47.61%
G = 36.27%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD9040 (or 0xBD9040) is known color: Pizza. HEX triplet: BD, 90 and 40. RGB value is (189,144,64). Sum of RGB (Red+Green+Blue) = 189+144+64=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9040 is #426FBF. Grayscale: #949494. Windows color (decimal): -4353984 or 4231357. OLE color: 4231357.

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

Color convert

RGB 189 144 64 -
CMYK 0 0.24 0.66 0.26
HSL 38.4º 0.49% 0.5% -
HSV(B) 38.4º 0.66% 0.74% -
XYZ 31.88 31.14 9.18 -
YUV 148.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 189 144 64 0 0.24 0.66 0.26 38.4 0.49 0.5
Hex BD 90 40 0 18 42 1A 26 31 32
Octal 275 220 100 0 30 102 32 46 61 62
Binary 10111101 10010000 1000000 0 11000 1000010 11010 100110 110001 110010

Color Harmonies of #BD9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9040

Black with #BD9040

Text Example


Text Example

White with #BD9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9040; }

 p { color: rgb(189,144,64); }

 H1.HeaderClassName
 {
   color: #BD9040;
 }
 .AnyTagClassName
 {
   color: #BD9040;
 }
</style>

background-color css

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

 a { background-color: rgb(189,144,64); }

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

border-color css

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

 span { border-color: rgb(189,144,64); }

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