Html Css Color HEX #BE7C45 Brandy Punch

📋 copy color: '#BE7C45'

red 190 ◦ green 124 ◦ blue 69

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

Shades of Brandy Punch #BE7C45

Tints of Brandy Punch #BE7C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 49.61%
G = 32.38%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7C45 (or 0xBE7C45) is known color: Brandy Punch. HEX triplet: BE, 7C and 45. RGB value is (190,124,69). Sum of RGB (Red+Green+Blue) = 190+124+69=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C45 is #4183BA. Grayscale: #898989. Windows color (decimal): -4293563 or 4553918. OLE color: 4553918.

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

Color convert

RGB 190 124 69 -
CMYK 0 0.35 0.64 0.25
HSL 27.27º 0.48% 0.51% -
HSV(B) 27.27º 0.64% 0.75% -
XYZ 29.52 25.79 9.05 -
YUV 137.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 190 124 69 0 0.35 0.64 0.25 27.27 0.48 0.51
Hex BE 7C 45 0 23 40 19 1B 30 33
Octal 276 174 105 0 43 100 31 33 60 63
Binary 10111110 1111100 1000101 0 100011 1000000 11001 11011 110000 110011

Color Harmonies of #BE7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C45

Black with #BE7C45

Text Example


Text Example

White with #BE7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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