Html Css Color HEX #BD8F39 Pizza

📋 copy color: '#BD8F39'

red 189 ◦ green 143 ◦ blue 57

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

Shades of Pizza #BD8F39

Tints of Pizza #BD8F39

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 57 (22.66% from 255) = 14.65%

R = 48.59%
G = 36.76%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD8F39 (or 0xBD8F39) is known color: Pizza. HEX triplet: BD, 8F and 39. RGB value is (189,143,57). Sum of RGB (Red+Green+Blue) = 189+143+57=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F39 is #4270C6. Grayscale: #939393. Windows color (decimal): -4354247 or 3772349. OLE color: 3772349.

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

Color convert

RGB 189 143 57 -
CMYK 0 0.24 0.70 0.26
HSL 39.09º 0.54% 0.48% -
HSV(B) 39.09º 0.7% 0.74% -
XYZ 31.55 30.76 8.15 -
YUV 146.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 189 143 57 0 0.24 0.70 0.26 39.09 0.54 0.48
Hex BD 8F 39 0 18 46 1A 27 36 30
Octal 275 217 71 0 30 106 32 47 66 60
Binary 10111101 10001111 111001 0 11000 1000110 11010 100111 110110 110000

Color Harmonies of #BD8F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F39

Black with #BD8F39

Text Example


Text Example

White with #BD8F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F39; }

 p { color: rgb(189,143,57); }

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

background-color css

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

 a { background-color: rgb(189,143,57); }

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

border-color css

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

 span { border-color: rgb(189,143,57); }

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