Html Css Color HEX #BE7346 Brandy Punch

📋 copy color: '#BE7346'

red 190 ◦ green 115 ◦ blue 70

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

Shades of Brandy Punch #BE7346

Tints of Brandy Punch #BE7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 50.67%
G = 30.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE7346 (or 0xBE7346) is known color: Brandy Punch. HEX triplet: BE, 73 and 46. RGB value is (190,115,70). Sum of RGB (Red+Green+Blue) = 190+115+70=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7346 is #418CB9. Grayscale: #848484. Windows color (decimal): -4295866 or 4617150. OLE color: 4617150.

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

Color convert

RGB 190 115 70 -
CMYK 0 0.39 0.63 0.25
HSL 22.5º 0.48% 0.51% -
HSV(B) 22.5º 0.63% 0.75% -
XYZ 28.47 23.65 8.86 -
YUV 132.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 190 115 70 0 0.39 0.63 0.25 22.5 0.48 0.51
Hex BE 73 46 0 27 3F 19 16 30 33
Octal 276 163 106 0 47 77 31 26 60 63
Binary 10111110 1110011 1000110 0 100111 111111 11001 10110 110000 110011

Color Harmonies of #BE7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7346

Black with #BE7346

Text Example


Text Example

White with #BE7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7346; }

 p { color: rgb(190,115,70); }

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

background-color css

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

 a { background-color: rgb(190,115,70); }

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

border-color css

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

 span { border-color: rgb(190,115,70); }

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