Html Css Color HEX #BD8937 Pizza

📋 copy color: '#BD8937'

red 189 ◦ green 137 ◦ blue 55

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

Shades of Pizza #BD8937

Tints of Pizza #BD8937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.44%

R = 49.61%
G = 35.96%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD8937 (or 0xBD8937) is known color: Pizza. HEX triplet: BD, 89 and 37. RGB value is (189,137,55). Sum of RGB (Red+Green+Blue) = 189+137+55=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8937 is #4276C8. Grayscale: #8F8F8F. Windows color (decimal): -4355785 or 3639741. OLE color: 3639741.

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

Color convert

RGB 189 137 55 -
CMYK 0 0.28 0.71 0.26
HSL 36.72º 0.55% 0.48% -
HSV(B) 36.72º 0.71% 0.74% -
XYZ 30.62 28.99 7.6 -
YUV 143.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 189 137 55 0 0.28 0.71 0.26 36.72 0.55 0.48
Hex BD 89 37 0 1C 47 1A 25 37 30
Octal 275 211 67 0 34 107 32 45 67 60
Binary 10111101 10001001 110111 0 11100 1000111 11010 100101 110111 110000

Color Harmonies of #BD8937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8937

Black with #BD8937

Text Example


Text Example

White with #BD8937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8937; }

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

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

background-color css

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

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

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

border-color css

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

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

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