Html Css Color HEX #BE7B3E Brandy Punch

📋 copy color: '#BE7B3E'

red 190 ◦ green 123 ◦ blue 62

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

Shades of Brandy Punch #BE7B3E

Tints of Brandy Punch #BE7B3E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 50.67%
G = 32.8%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE7B3E (or 0xBE7B3E) is known color: Brandy Punch. HEX triplet: BE, 7B and 3E. RGB value is (190,123,62). Sum of RGB (Red+Green+Blue) = 190+123+62=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B3E is #4184C1. Grayscale: #888888. Windows color (decimal): -4293826 or 4094910. OLE color: 4094910.

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

Color convert

RGB 190 123 62 -
CMYK 0 0.35 0.67 0.25
HSL 28.59º 0.51% 0.49% -
HSV(B) 28.59º 0.67% 0.75% -
XYZ 29.19 25.46 7.93 -
YUV 136.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 190 123 62 0 0.35 0.67 0.25 28.59 0.51 0.49
Hex BE 7B 3E 0 23 43 19 1D 33 31
Octal 276 173 76 0 43 103 31 35 63 61
Binary 10111110 1111011 111110 0 100011 1000011 11001 11101 110011 110001

Color Harmonies of #BE7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B3E

Black with #BE7B3E

Text Example


Text Example

White with #BE7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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