Html Css Color HEX #BE8F3E Pizza

📋 copy color: '#BE8F3E'

red 190 ◦ green 143 ◦ blue 62

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

Shades of Pizza #BE8F3E

Tints of Pizza #BE8F3E

RGB

 RED value IS 190 (74.61% from 255) = 48.1%

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

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

R = 48.1%
G = 36.2%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE8F3E (or 0xBE8F3E) is known color: Pizza. HEX triplet: BE, 8F and 3E. RGB value is (190,143,62). Sum of RGB (Red+Green+Blue) = 190+143+62=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F3E is #4170C1. Grayscale: #949494. Windows color (decimal): -4288706 or 4100030. OLE color: 4100030.

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

Color convert

RGB 190 143 62 -
CMYK 0 0.25 0.67 0.25
HSL 37.97º 0.51% 0.49% -
HSV(B) 37.97º 0.67% 0.75% -
XYZ 31.93 30.94 8.85 -
YUV 147.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 190 143 62 0 0.25 0.67 0.25 37.97 0.51 0.49
Hex BE 8F 3E 0 19 43 19 26 33 31
Octal 276 217 76 0 31 103 31 46 63 61
Binary 10111110 10001111 111110 0 11001 1000011 11001 100110 110011 110001

Color Harmonies of #BE8F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F3E

Black with #BE8F3E

Text Example


Text Example

White with #BE8F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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