Html Css Color HEX #BE8F3A Pizza

📋 copy color: '#BE8F3A'

red 190 ◦ green 143 ◦ blue 58

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

Shades of Pizza #BE8F3A

Tints of Pizza #BE8F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 48.59%
G = 36.57%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE8F3A (or 0xBE8F3A) is known color: Pizza. HEX triplet: BE, 8F and 3A. RGB value is (190,143,58). Sum of RGB (Red+Green+Blue) = 190+143+58=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F3A is #4170C5. Grayscale: #939393. Windows color (decimal): -4288710 or 3837886. OLE color: 3837886.

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

Color convert

RGB 190 143 58 -
CMYK 0 0.25 0.69 0.25
HSL 38.64º 0.53% 0.49% -
HSV(B) 38.64º 0.69% 0.75% -
XYZ 31.82 30.9 8.29 -
YUV 147.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 190 143 58 0 0.25 0.69 0.25 38.64 0.53 0.49
Hex BE 8F 3A 0 19 45 19 27 35 31
Octal 276 217 72 0 31 105 31 47 65 61
Binary 10111110 10001111 111010 0 11001 1000101 11001 100111 110101 110001

Color Harmonies of #BE8F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F3A

Black with #BE8F3A

Text Example


Text Example

White with #BE8F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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