Html Css Color HEX #BE823E Brandy Punch

📋 copy color: '#BE823E'

red 190 ◦ green 130 ◦ blue 62

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

Shades of Brandy Punch #BE823E

Tints of Brandy Punch #BE823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 49.74%
G = 34.03%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE823E (or 0xBE823E) is known color: Brandy Punch. HEX triplet: BE, 82 and 3E. RGB value is (190,130,62). Sum of RGB (Red+Green+Blue) = 190+130+62=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE823E is #417DC1. Grayscale: #8C8C8C. Windows color (decimal): -4292034 or 4096702. OLE color: 4096702.

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

Color convert

RGB 190 130 62 -
CMYK 0 0.32 0.67 0.25
HSL 31.88º 0.51% 0.49% -
HSV(B) 31.88º 0.67% 0.75% -
XYZ 30.09 27.26 8.23 -
YUV 140.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 190 130 62 0 0.32 0.67 0.25 31.88 0.51 0.49
Hex BE 82 3E 0 20 43 19 20 33 31
Octal 276 202 76 0 40 103 31 40 63 61
Binary 10111110 10000010 111110 0 100000 1000011 11001 100000 110011 110001

Color Harmonies of #BE823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE823E

Black with #BE823E

Text Example


Text Example

White with #BE823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE823E; }

 p { color: rgb(190,130,62); }

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

background-color css

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

 a { background-color: rgb(190,130,62); }

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

border-color css

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

 span { border-color: rgb(190,130,62); }

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