Html Css Color HEX #BE843F Brandy Punch

📋 copy color: '#BE843F'

red 190 ◦ green 132 ◦ blue 63

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

Shades of Brandy Punch #BE843F

Tints of Brandy Punch #BE843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 49.35%
G = 34.29%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE843F (or 0xBE843F) is known color: Brandy Punch. HEX triplet: BE, 84 and 3F. RGB value is (190,132,63). Sum of RGB (Red+Green+Blue) = 190+132+63=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE843F is #417BC0. Grayscale: #8D8D8D. Windows color (decimal): -4291521 or 4162750. OLE color: 4162750.

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

Color convert

RGB 190 132 63 -
CMYK 0 0.31 0.67 0.25
HSL 32.6º 0.5% 0.5% -
HSV(B) 32.6º 0.67% 0.75% -
XYZ 30.38 27.81 8.47 -
YUV 141.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 190 132 63 0 0.31 0.67 0.25 32.6 0.5 0.5
Hex BE 84 3F 0 1F 43 19 21 32 32
Octal 276 204 77 0 37 103 31 41 62 62
Binary 10111110 10000100 111111 0 11111 1000011 11001 100001 110010 110010

Color Harmonies of #BE843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE843F

Black with #BE843F

Text Example


Text Example

White with #BE843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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