Html Css Color HEX #BE8A3C Pizza

📋 copy color: '#BE8A3C'

red 190 ◦ green 138 ◦ blue 60

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

Shades of Pizza #BE8A3C

Tints of Pizza #BE8A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 48.97%
G = 35.57%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE8A3C (or 0xBE8A3C) is known color: Pizza. HEX triplet: BE, 8A and 3C. RGB value is (190,138,60). Sum of RGB (Red+Green+Blue) = 190+138+60=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A3C is #4175C3. Grayscale: #919191. Windows color (decimal): -4289988 or 3967678. OLE color: 3967678.

HSL color Cylindrical-coordinate representation of color #BE8A3C: hue angle of 36º degrees, saturation: 0.52, 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 #BE8A3C is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 60 -
CMYK 0 0.27 0.68 0.25
HSL 36º 0.52% 0.49% -
HSV(B) 36º 0.68% 0.75% -
XYZ 31.14 29.45 8.32 -
YUV 144.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 190 138 60 0 0.27 0.68 0.25 36 0.52 0.49
Hex BE 8A 3C 0 1B 44 19 24 34 31
Octal 276 212 74 0 33 104 31 44 64 61
Binary 10111110 10001010 111100 0 11011 1000100 11001 100100 110100 110001

Color Harmonies of #BE8A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A3C

Black with #BE8A3C

Text Example


Text Example

White with #BE8A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A3C; }

 p { color: rgb(190,138,60); }

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

background-color css

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

 a { background-color: rgb(190,138,60); }

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

border-color css

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

 span { border-color: rgb(190,138,60); }

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