Html Css Color HEX #BD8E3E Pizza

📋 copy color: '#BD8E3E'

red 189 ◦ green 142 ◦ blue 62

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

Shades of Pizza #BD8E3E

Tints of Pizza #BD8E3E

RGB

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

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

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

R = 48.09%
G = 36.13%
B = 15.78%

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

#BD8E3E (or 0xBD8E3E) is known color: Pizza. HEX triplet: BD, 8E and 3E. RGB value is (189,142,62). Sum of RGB (Red+Green+Blue) = 189+142+62=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E3E is #4271C1. Grayscale: #939393. Windows color (decimal): -4354498 or 4099773. OLE color: 4099773.

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

Color convert

RGB 189 142 62 -
CMYK 0 0.25 0.67 0.26
HSL 37.8º 0.51% 0.49% -
HSV(B) 37.8º 0.67% 0.74% -
XYZ 31.53 30.51 8.79 -
YUV 146.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 189 142 62 0 0.25 0.67 0.26 37.8 0.51 0.49
Hex BD 8E 3E 0 19 43 1A 26 33 31
Octal 275 216 76 0 31 103 32 46 63 61
Binary 10111101 10001110 111110 0 11001 1000011 11010 100110 110011 110001

Color Harmonies of #BD8E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E3E

Black with #BD8E3E

Text Example


Text Example

White with #BD8E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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