Html Css Color HEX #BE7942 Brandy Punch

📋 copy color: '#BE7942'

red 190 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #BE7942

Tints of Brandy Punch #BE7942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 50.4%
G = 32.1%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE7942 (or 0xBE7942) is known color: Brandy Punch. HEX triplet: BE, 79 and 42. RGB value is (190,121,66). Sum of RGB (Red+Green+Blue) = 190+121+66=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7942 is #4186BD. Grayscale: #878787. Windows color (decimal): -4294334 or 4356542. OLE color: 4356542.

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

Color convert

RGB 190 121 66 -
CMYK 0 0.36 0.65 0.25
HSL 26.61º 0.49% 0.5% -
HSV(B) 26.61º 0.65% 0.75% -
XYZ 29.06 25.02 8.45 -
YUV 135.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 190 121 66 0 0.36 0.65 0.25 26.61 0.49 0.5
Hex BE 79 42 0 24 41 19 1B 31 32
Octal 276 171 102 0 44 101 31 33 61 62
Binary 10111110 1111001 1000010 0 100100 1000001 11001 11011 110001 110010

Color Harmonies of #BE7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7942

Black with #BE7942

Text Example


Text Example

White with #BE7942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7942; }

 p { color: rgb(190,121,66); }

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

background-color css

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

 a { background-color: rgb(190,121,66); }

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

border-color css

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

 span { border-color: rgb(190,121,66); }

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