Html Css Color HEX #BE8349 Brandy Punch

📋 copy color: '#BE8349'

red 190 ◦ green 131 ◦ blue 73

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

Shades of Brandy Punch #BE8349

Tints of Brandy Punch #BE8349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 48.22%
G = 33.25%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8349 (or 0xBE8349) is known color: Brandy Punch. HEX triplet: BE, 83 and 49. RGB value is (190,131,73). Sum of RGB (Red+Green+Blue) = 190+131+73=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8349 is #417CB6. Grayscale: #8E8E8E. Windows color (decimal): -4291767 or 4817854. OLE color: 4817854.

HSL color Cylindrical-coordinate representation of color #BE8349: hue angle of 29.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8349 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 73 -
CMYK 0 0.31 0.62 0.25
HSL 29.74º 0.47% 0.52% -
HSV(B) 29.74º 0.62% 0.75% -
XYZ 30.55 27.66 10.03 -
YUV 142.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 190 131 73 0 0.31 0.62 0.25 29.74 0.47 0.52
Hex BE 83 49 0 1F 3E 19 1E 2F 34
Octal 276 203 111 0 37 76 31 36 57 64
Binary 10111110 10000011 1001001 0 11111 111110 11001 11110 101111 110100

Color Harmonies of #BE8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8349

Black with #BE8349

Text Example


Text Example

White with #BE8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8349; }

 p { color: rgb(190,131,73); }

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

background-color css

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

 a { background-color: rgb(190,131,73); }

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

border-color css

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

 span { border-color: rgb(190,131,73); }

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