Html Css Color HEX #BE8D3D Pizza

📋 copy color: '#BE8D3D'

red 190 ◦ green 141 ◦ blue 61

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

Shades of Pizza #BE8D3D

Tints of Pizza #BE8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 61 (24.22% from 255) = 15.56%

R = 48.47%
G = 35.97%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE8D3D (or 0xBE8D3D) is known color: Pizza. HEX triplet: BE, 8D and 3D. RGB value is (190,141,61). Sum of RGB (Red+Green+Blue) = 190+141+61=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D3D is #4172C2. Grayscale: #929292. Windows color (decimal): -4289219 or 4033982. OLE color: 4033982.

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

Color convert

RGB 190 141 61 -
CMYK 0 0.26 0.68 0.25
HSL 37.21º 0.51% 0.49% -
HSV(B) 37.21º 0.68% 0.75% -
XYZ 31.6 30.33 8.6 -
YUV 146.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 190 141 61 0 0.26 0.68 0.25 37.21 0.51 0.49
Hex BE 8D 3D 0 1A 44 19 25 33 31
Octal 276 215 75 0 32 104 31 45 63 61
Binary 10111110 10001101 111101 0 11010 1000100 11001 100101 110011 110001

Color Harmonies of #BE8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D3D

Black with #BE8D3D

Text Example


Text Example

White with #BE8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D3D; }

 p { color: rgb(190,141,61); }

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

background-color css

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

 a { background-color: rgb(190,141,61); }

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

border-color css

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

 span { border-color: rgb(190,141,61); }

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