Html Css Color HEX #BE7D41 Brandy Punch

📋 copy color: '#BE7D41'

red 190 ◦ green 125 ◦ blue 65

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

Shades of Brandy Punch #BE7D41

Tints of Brandy Punch #BE7D41

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 50%
G = 32.89%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE7D41 (or 0xBE7D41) is known color: Brandy Punch. HEX triplet: BE, 7D and 41. RGB value is (190,125,65). Sum of RGB (Red+Green+Blue) = 190+125+65=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D41 is #4182BE. Grayscale: #898989. Windows color (decimal): -4293311 or 4292030. OLE color: 4292030.

HSL color Cylindrical-coordinate representation of color #BE7D41: hue angle of 28.8º degrees, saturation: 0.49, 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 #BE7D41 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 65 -
CMYK 0 0.34 0.66 0.25
HSL 28.8º 0.49% 0.5% -
HSV(B) 28.8º 0.66% 0.75% -
XYZ 29.52 26 8.46 -
YUV 137.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 190 125 65 0 0.34 0.66 0.25 28.8 0.49 0.5
Hex BE 7D 41 0 22 42 19 1D 31 32
Octal 276 175 101 0 42 102 31 35 61 62
Binary 10111110 1111101 1000001 0 100010 1000010 11001 11101 110001 110010

Color Harmonies of #BE7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D41

Black with #BE7D41

Text Example


Text Example

White with #BE7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D41; }

 p { color: rgb(190,125,65); }

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

background-color css

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

 a { background-color: rgb(190,125,65); }

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

border-color css

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

 span { border-color: rgb(190,125,65); }

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