Html Css Color HEX #BE7F3C Brandy Punch

📋 copy color: '#BE7F3C'

red 190 ◦ green 127 ◦ blue 60

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

Shades of Brandy Punch #BE7F3C

Tints of Brandy Punch #BE7F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 50.4%
G = 33.69%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE7F3C (or 0xBE7F3C) is known color: Brandy Punch. HEX triplet: BE, 7F and 3C. RGB value is (190,127,60). Sum of RGB (Red+Green+Blue) = 190+127+60=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F3C is #4180C3. Grayscale: #8A8A8A. Windows color (decimal): -4292804 or 3964862. OLE color: 3964862.

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

Color convert

RGB 190 127 60 -
CMYK 0 0.33 0.68 0.25
HSL 30.92º 0.52% 0.49% -
HSV(B) 30.92º 0.68% 0.75% -
XYZ 29.64 26.45 7.82 -
YUV 138.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 190 127 60 0 0.33 0.68 0.25 30.92 0.52 0.49
Hex BE 7F 3C 0 21 44 19 1F 34 31
Octal 276 177 74 0 41 104 31 37 64 61
Binary 10111110 1111111 111100 0 100001 1000100 11001 11111 110100 110001

Color Harmonies of #BE7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F3C

Black with #BE7F3C

Text Example


Text Example

White with #BE7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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