Html Css Color HEX #BE7F3A Brandy Punch

📋 copy color: '#BE7F3A'

red 190 ◦ green 127 ◦ blue 58

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

Shades of Brandy Punch #BE7F3A

Tints of Brandy Punch #BE7F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 50.67%
G = 33.87%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE7F3A (or 0xBE7F3A) is known color: Brandy Punch. HEX triplet: BE, 7F and 3A. RGB value is (190,127,58). Sum of RGB (Red+Green+Blue) = 190+127+58=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F3A is #4180C5. Grayscale: #8A8A8A. Windows color (decimal): -4292806 or 3833790. OLE color: 3833790.

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

Color convert

RGB 190 127 58 -
CMYK 0 0.33 0.69 0.25
HSL 31.36º 0.53% 0.49% -
HSV(B) 31.36º 0.69% 0.75% -
XYZ 29.59 26.43 7.55 -
YUV 137.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 190 127 58 0 0.33 0.69 0.25 31.36 0.53 0.49
Hex BE 7F 3A 0 21 45 19 1F 35 31
Octal 276 177 72 0 41 105 31 37 65 61
Binary 10111110 1111111 111010 0 100001 1000101 11001 11111 110101 110001

Color Harmonies of #BE7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F3A

Black with #BE7F3A

Text Example


Text Example

White with #BE7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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