Html Css Color HEX #BE7D3E Brandy Punch

📋 copy color: '#BE7D3E'

red 190 ◦ green 125 ◦ blue 62

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

Shades of Brandy Punch #BE7D3E

Tints of Brandy Punch #BE7D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 50.4%
G = 33.16%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE7D3E (or 0xBE7D3E) is known color: Brandy Punch. HEX triplet: BE, 7D and 3E. RGB value is (190,125,62). Sum of RGB (Red+Green+Blue) = 190+125+62=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D3E is #4182C1. Grayscale: #898989. Windows color (decimal): -4293314 or 4095422. OLE color: 4095422.

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

Color convert

RGB 190 125 62 -
CMYK 0 0.34 0.67 0.25
HSL 29.53º 0.51% 0.49% -
HSV(B) 29.53º 0.67% 0.75% -
XYZ 29.44 25.96 8.02 -
YUV 137.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 190 125 62 0 0.34 0.67 0.25 29.53 0.51 0.49
Hex BE 7D 3E 0 22 43 19 1E 33 31
Octal 276 175 76 0 42 103 31 36 63 61
Binary 10111110 1111101 111110 0 100010 1000011 11001 11110 110011 110001

Color Harmonies of #BE7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D3E

Black with #BE7D3E

Text Example


Text Example

White with #BE7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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