Html Css Color HEX #BE813C Brandy Punch

📋 copy color: '#BE813C'

red 190 ◦ green 129 ◦ blue 60

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

Shades of Brandy Punch #BE813C

Tints of Brandy Punch #BE813C

RGB

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

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

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

R = 50.13%
G = 34.04%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE813C (or 0xBE813C) is known color: Brandy Punch. HEX triplet: BE, 81 and 3C. RGB value is (190,129,60). Sum of RGB (Red+Green+Blue) = 190+129+60=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE813C is #417EC3. Grayscale: #8B8B8B. Windows color (decimal): -4292292 or 3965374. OLE color: 3965374.

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

Color convert

RGB 190 129 60 -
CMYK 0 0.32 0.68 0.25
HSL 31.85º 0.52% 0.49% -
HSV(B) 31.85º 0.68% 0.75% -
XYZ 29.9 26.97 7.91 -
YUV 139.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 190 129 60 0 0.32 0.68 0.25 31.85 0.52 0.49
Hex BE 81 3C 0 20 44 19 20 34 31
Octal 276 201 74 0 40 104 31 40 64 61
Binary 10111110 10000001 111100 0 100000 1000100 11001 100000 110100 110001

Color Harmonies of #BE813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE813C

Black with #BE813C

Text Example


Text Example

White with #BE813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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