Html Css Color HEX #BE813A Brandy Punch

📋 copy color: '#BE813A'

red 190 ◦ green 129 ◦ blue 58

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

Shades of Brandy Punch #BE813A

Tints of Brandy Punch #BE813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 50.4%
G = 34.22%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE813A (or 0xBE813A) is known color: Brandy Punch. HEX triplet: BE, 81 and 3A. RGB value is (190,129,58). Sum of RGB (Red+Green+Blue) = 190+129+58=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE813A is #417EC5. Grayscale: #8B8B8B. Windows color (decimal): -4292294 or 3834302. OLE color: 3834302.

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

Color convert

RGB 190 129 58 -
CMYK 0 0.32 0.69 0.25
HSL 32.27º 0.53% 0.49% -
HSV(B) 32.27º 0.69% 0.75% -
XYZ 29.85 26.95 7.63 -
YUV 139.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 190 129 58 0 0.32 0.69 0.25 32.27 0.53 0.49
Hex BE 81 3A 0 20 45 19 20 35 31
Octal 276 201 72 0 40 105 31 40 65 61
Binary 10111110 10000001 111010 0 100000 1000101 11001 100000 110101 110001

Color Harmonies of #BE813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE813A

Black with #BE813A

Text Example


Text Example

White with #BE813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE813A; }

 p { color: rgb(190,129,58); }

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

background-color css

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

 a { background-color: rgb(190,129,58); }

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

border-color css

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

 span { border-color: rgb(190,129,58); }

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