Html Css Color HEX #BE7E3D Brandy Punch

📋 copy color: '#BE7E3D'

red 190 ◦ green 126 ◦ blue 61

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

Shades of Brandy Punch #BE7E3D

Tints of Brandy Punch #BE7E3D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 50.4%
G = 33.42%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE7E3D (or 0xBE7E3D) is known color: Brandy Punch. HEX triplet: BE, 7E and 3D. RGB value is (190,126,61). Sum of RGB (Red+Green+Blue) = 190+126+61=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E3D is #4181C2. Grayscale: #8A8A8A. Windows color (decimal): -4293059 or 4030142. OLE color: 4030142.

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

Color convert

RGB 190 126 61 -
CMYK 0 0.34 0.68 0.25
HSL 30.23º 0.51% 0.49% -
HSV(B) 30.23º 0.68% 0.75% -
XYZ 29.54 26.21 7.92 -
YUV 137.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 190 126 61 0 0.34 0.68 0.25 30.23 0.51 0.49
Hex BE 7E 3D 0 22 44 19 1E 33 31
Octal 276 176 75 0 42 104 31 36 63 61
Binary 10111110 1111110 111101 0 100010 1000100 11001 11110 110011 110001

Color Harmonies of #BE7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E3D

Black with #BE7E3D

Text Example


Text Example

White with #BE7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E3D; }

 p { color: rgb(190,126,61); }

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

background-color css

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

 a { background-color: rgb(190,126,61); }

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

border-color css

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

 span { border-color: rgb(190,126,61); }

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