Html Css Color HEX #BE7F3E Brandy Punch

📋 copy color: '#BE7F3E'

red 190 ◦ green 127 ◦ blue 62

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

Shades of Brandy Punch #BE7F3E

Tints of Brandy Punch #BE7F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 50.13%
G = 33.51%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE7F3E (or 0xBE7F3E) is known color: Brandy Punch. HEX triplet: BE, 7F and 3E. RGB value is (190,127,62). Sum of RGB (Red+Green+Blue) = 190+127+62=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F3E is #4180C1. Grayscale: #8A8A8A. Windows color (decimal): -4292802 or 4095934. OLE color: 4095934.

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

Color convert

RGB 190 127 62 -
CMYK 0 0.33 0.67 0.25
HSL 30.47º 0.51% 0.49% -
HSV(B) 30.47º 0.67% 0.75% -
XYZ 29.69 26.47 8.1 -
YUV 138.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 190 127 62 0 0.33 0.67 0.25 30.47 0.51 0.49
Hex BE 7F 3E 0 21 43 19 1E 33 31
Octal 276 177 76 0 41 103 31 36 63 61
Binary 10111110 1111111 111110 0 100001 1000011 11001 11110 110011 110001

Color Harmonies of #BE7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F3E

Black with #BE7F3E

Text Example


Text Example

White with #BE7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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