Html Css Color HEX #BE7345 Brandy Punch

📋 copy color: '#BE7345'

red 190 ◦ green 115 ◦ blue 69

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

Shades of Brandy Punch #BE7345

Tints of Brandy Punch #BE7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 50.8%
G = 30.75%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7345 (or 0xBE7345) is known color: Brandy Punch. HEX triplet: BE, 73 and 45. RGB value is (190,115,69). Sum of RGB (Red+Green+Blue) = 190+115+69=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7345 is #418CBA. Grayscale: #848484. Windows color (decimal): -4295867 or 4551614. OLE color: 4551614.

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

Color convert

RGB 190 115 69 -
CMYK 0 0.39 0.64 0.25
HSL 22.81º 0.48% 0.51% -
HSV(B) 22.81º 0.64% 0.75% -
XYZ 28.44 23.64 8.69 -
YUV 132.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 190 115 69 0 0.39 0.64 0.25 22.81 0.48 0.51
Hex BE 73 45 0 27 40 19 17 30 33
Octal 276 163 105 0 47 100 31 27 60 63
Binary 10111110 1110011 1000101 0 100111 1000000 11001 10111 110000 110011

Color Harmonies of #BE7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7345

Black with #BE7345

Text Example


Text Example

White with #BE7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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