Html Css Color HEX #BD8938 Pizza

📋 copy color: '#BD8938'

red 189 ◦ green 137 ◦ blue 56

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

Shades of Pizza #BD8938

Tints of Pizza #BD8938

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 56 (22.27% from 255) = 14.66%

R = 49.48%
G = 35.86%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD8938 (or 0xBD8938) is known color: Pizza. HEX triplet: BD, 89 and 38. RGB value is (189,137,56). Sum of RGB (Red+Green+Blue) = 189+137+56=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8938 is #4276C7. Grayscale: #8F8F8F. Windows color (decimal): -4355784 or 3705277. OLE color: 3705277.

HSL color Cylindrical-coordinate representation of color #BD8938: hue angle of 36.54º 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 #BD8938 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 56 -
CMYK 0 0.28 0.70 0.26
HSL 36.54º 0.54% 0.48% -
HSV(B) 36.54º 0.7% 0.74% -
XYZ 30.65 29 7.72 -
YUV 143.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 189 137 56 0 0.28 0.70 0.26 36.54 0.54 0.48
Hex BD 89 38 0 1C 46 1A 25 36 30
Octal 275 211 70 0 34 106 32 45 66 60
Binary 10111101 10001001 111000 0 11100 1000110 11010 100101 110110 110000

Color Harmonies of #BD8938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8938

Black with #BD8938

Text Example


Text Example

White with #BD8938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8938; }

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

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

background-color css

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

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

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

border-color css

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

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

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