Html Css Color HEX #BD8F3E Pizza

📋 copy color: '#BD8F3E'

red 189 ◦ green 143 ◦ blue 62

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

Shades of Pizza #BD8F3E

Tints of Pizza #BD8F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 47.97%
G = 36.29%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD8F3E (or 0xBD8F3E) is known color: Pizza. HEX triplet: BD, 8F and 3E. RGB value is (189,143,62). Sum of RGB (Red+Green+Blue) = 189+143+62=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F3E is #4270C1. Grayscale: #939393. Windows color (decimal): -4354242 or 4100029. OLE color: 4100029.

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

Color convert

RGB 189 143 62 -
CMYK 0 0.24 0.67 0.26
HSL 38.27º 0.51% 0.49% -
HSV(B) 38.27º 0.67% 0.74% -
XYZ 31.68 30.81 8.84 -
YUV 147.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 189 143 62 0 0.24 0.67 0.26 38.27 0.51 0.49
Hex BD 8F 3E 0 18 43 1A 26 33 31
Octal 275 217 76 0 30 103 32 46 63 61
Binary 10111101 10001111 111110 0 11000 1000011 11010 100110 110011 110001

Color Harmonies of #BD8F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F3E

Black with #BD8F3E

Text Example


Text Example

White with #BD8F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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