Html Css Color HEX #BE893B Pizza

📋 copy color: '#BE893B'

red 190 ◦ green 137 ◦ blue 59

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

Shades of Pizza #BE893B

Tints of Pizza #BE893B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 49.22%
G = 35.49%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE893B (or 0xBE893B) is known color: Pizza. HEX triplet: BE, 89 and 3B. RGB value is (190,137,59). Sum of RGB (Red+Green+Blue) = 190+137+59=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE893B is #4176C4. Grayscale: #909090. Windows color (decimal): -4290245 or 3901886. OLE color: 3901886.

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

Color convert

RGB 190 137 59 -
CMYK 0 0.28 0.69 0.25
HSL 35.73º 0.53% 0.49% -
HSV(B) 35.73º 0.69% 0.75% -
XYZ 30.97 29.15 8.13 -
YUV 143.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 190 137 59 0 0.28 0.69 0.25 35.73 0.53 0.49
Hex BE 89 3B 0 1C 45 19 24 35 31
Octal 276 211 73 0 34 105 31 44 65 61
Binary 10111110 10001001 111011 0 11100 1000101 11001 100100 110101 110001

Color Harmonies of #BE893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE893B

Black with #BE893B

Text Example


Text Example

White with #BE893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE893B; }

 p { color: rgb(190,137,59); }

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

background-color css

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

 a { background-color: rgb(190,137,59); }

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

border-color css

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

 span { border-color: rgb(190,137,59); }

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