Html Css Color HEX #BE8544 Brandy Punch

📋 copy color: '#BE8544'

red 190 ◦ green 133 ◦ blue 68

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

Shades of Brandy Punch #BE8544

Tints of Brandy Punch #BE8544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 48.59%
G = 34.02%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8544 (or 0xBE8544) is known color: Brandy Punch. HEX triplet: BE, 85 and 44. RGB value is (190,133,68). Sum of RGB (Red+Green+Blue) = 190+133+68=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8544 is #417ABB. Grayscale: #8E8E8E. Windows color (decimal): -4291260 or 4490686. OLE color: 4490686.

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

Color convert

RGB 190 133 68 -
CMYK 0 0.3 0.64 0.25
HSL 31.97º 0.48% 0.51% -
HSV(B) 31.97º 0.64% 0.75% -
XYZ 30.67 28.14 9.28 -
YUV 142.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 190 133 68 0 0.3 0.64 0.25 31.97 0.48 0.51
Hex BE 85 44 0 1E 40 19 20 30 33
Octal 276 205 104 0 36 100 31 40 60 63
Binary 10111110 10000101 1000100 0 11110 1000000 11001 100000 110000 110011

Color Harmonies of #BE8544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8544

Black with #BE8544

Text Example


Text Example

White with #BE8544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8544; }

 p { color: rgb(190,133,68); }

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

background-color css

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

 a { background-color: rgb(190,133,68); }

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

border-color css

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

 span { border-color: rgb(190,133,68); }

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