Html Css Color HEX #BE7540 Brandy Punch

📋 copy color: '#BE7540'

red 190 ◦ green 117 ◦ blue 64

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

Shades of Brandy Punch #BE7540

Tints of Brandy Punch #BE7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 51.21%
G = 31.54%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE7540 (or 0xBE7540) is known color: Brandy Punch. HEX triplet: BE, 75 and 40. RGB value is (190,117,64). Sum of RGB (Red+Green+Blue) = 190+117+64=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7540 is #418ABF. Grayscale: #858585. Windows color (decimal): -4295360 or 4224446. OLE color: 4224446.

HSL color Cylindrical-coordinate representation of color #BE7540: hue angle of 25.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE7540 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 64 -
CMYK 0 0.38 0.66 0.25
HSL 25.24º 0.5% 0.5% -
HSV(B) 25.24º 0.66% 0.75% -
XYZ 28.52 24.04 7.99 -
YUV 132.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 190 117 64 0 0.38 0.66 0.25 25.24 0.5 0.5
Hex BE 75 40 0 26 42 19 19 32 32
Octal 276 165 100 0 46 102 31 31 62 62
Binary 10111110 1110101 1000000 0 100110 1000010 11001 11001 110010 110010

Color Harmonies of #BE7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7540

Black with #BE7540

Text Example


Text Example

White with #BE7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7540; }

 p { color: rgb(190,117,64); }

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

background-color css

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

 a { background-color: rgb(190,117,64); }

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

border-color css

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

 span { border-color: rgb(190,117,64); }

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