Html Css Color HEX #BE803C Brandy Punch

📋 copy color: '#BE803C'

red 190 ◦ green 128 ◦ blue 60

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

Shades of Brandy Punch #BE803C

Tints of Brandy Punch #BE803C

RGB

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

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

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

R = 50.26%
G = 33.86%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE803C (or 0xBE803C) is known color: Brandy Punch. HEX triplet: BE, 80 and 3C. RGB value is (190,128,60). Sum of RGB (Red+Green+Blue) = 190+128+60=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE803C is #417FC3. Grayscale: #8B8B8B. Windows color (decimal): -4292548 or 3965118. OLE color: 3965118.

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

Color convert

RGB 190 128 60 -
CMYK 0 0.33 0.68 0.25
HSL 31.38º 0.52% 0.49% -
HSV(B) 31.38º 0.68% 0.75% -
XYZ 29.77 26.71 7.86 -
YUV 138.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 190 128 60 0 0.33 0.68 0.25 31.38 0.52 0.49
Hex BE 80 3C 0 21 44 19 1F 34 31
Octal 276 200 74 0 41 104 31 37 64 61
Binary 10111110 10000000 111100 0 100001 1000100 11001 11111 110100 110001

Color Harmonies of #BE803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE803C

Black with #BE803C

Text Example


Text Example

White with #BE803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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