Html Css Color HEX #BE803F Brandy Punch

📋 copy color: '#BE803F'

red 190 ◦ green 128 ◦ blue 63

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

Shades of Brandy Punch #BE803F

Tints of Brandy Punch #BE803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 63 (25% from 255) = 16.54%

R = 49.87%
G = 33.6%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE803F (or 0xBE803F) is known color: Brandy Punch. HEX triplet: BE, 80 and 3F. RGB value is (190,128,63). Sum of RGB (Red+Green+Blue) = 190+128+63=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE803F is #417FC0. Grayscale: #8B8B8B. Windows color (decimal): -4292545 or 4161726. OLE color: 4161726.

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

Color convert

RGB 190 128 63 -
CMYK 0 0.33 0.67 0.25
HSL 30.71º 0.5% 0.5% -
HSV(B) 30.71º 0.67% 0.75% -
XYZ 29.85 26.74 8.29 -
YUV 139.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 190 128 63 0 0.33 0.67 0.25 30.71 0.5 0.5
Hex BE 80 3F 0 21 43 19 1F 32 32
Octal 276 200 77 0 41 103 31 37 62 62
Binary 10111110 10000000 111111 0 100001 1000011 11001 11111 110010 110010

Color Harmonies of #BE803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE803F

Black with #BE803F

Text Example


Text Example

White with #BE803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE803F; }

 p { color: rgb(190,128,63); }

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

background-color css

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

 a { background-color: rgb(190,128,63); }

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

border-color css

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

 span { border-color: rgb(190,128,63); }

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