Html Css Color HEX #BD8E3F Pizza

📋 copy color: '#BD8E3F'

red 189 ◦ green 142 ◦ blue 63

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

Shades of Pizza #BD8E3F

Tints of Pizza #BD8E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 47.97%
G = 36.04%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD8E3F (or 0xBD8E3F) is known color: Pizza. HEX triplet: BD, 8E and 3F. RGB value is (189,142,63). Sum of RGB (Red+Green+Blue) = 189+142+63=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E3F is #4271C0. Grayscale: #939393. Windows color (decimal): -4354497 or 4165309. OLE color: 4165309.

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

Color convert

RGB 189 142 63 -
CMYK 0 0.25 0.67 0.26
HSL 37.62º 0.5% 0.49% -
HSV(B) 37.62º 0.67% 0.74% -
XYZ 31.56 30.52 8.93 -
YUV 147.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 189 142 63 0 0.25 0.67 0.26 37.62 0.5 0.49
Hex BD 8E 3F 0 19 43 1A 26 32 31
Octal 275 216 77 0 31 103 32 46 62 61
Binary 10111101 10001110 111111 0 11001 1000011 11010 100110 110010 110001

Color Harmonies of #BD8E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E3F

Black with #BD8E3F

Text Example


Text Example

White with #BD8E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E3F; }

 p { color: rgb(189,142,63); }

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

background-color css

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

 a { background-color: rgb(189,142,63); }

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

border-color css

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

 span { border-color: rgb(189,142,63); }

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