Html Css Color HEX #BE844A Brandy Punch

📋 copy color: '#BE844A'

red 190 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #BE844A

Tints of Brandy Punch #BE844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 47.98%
G = 33.33%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE844A (or 0xBE844A) is known color: Brandy Punch. HEX triplet: BE, 84 and 4A. RGB value is (190,132,74). Sum of RGB (Red+Green+Blue) = 190+132+74=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE844A is #417BB5. Grayscale: #8F8F8F. Windows color (decimal): -4291510 or 4883646. OLE color: 4883646.

HSL color Cylindrical-coordinate representation of color #BE844A: hue angle of 30º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE844A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 132 74 -
CMYK 0 0.31 0.61 0.25
HSL 30º 0.47% 0.52% -
HSV(B) 30º 0.61% 0.75% -
XYZ 30.72 27.94 10.25 -
YUV 142.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 190 132 74 0 0.31 0.61 0.25 30 0.47 0.52
Hex BE 84 4A 0 1F 3D 19 1E 2F 34
Octal 276 204 112 0 37 75 31 36 57 64
Binary 10111110 10000100 1001010 0 11111 111101 11001 11110 101111 110100

Color Harmonies of #BE844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE844A

Black with #BE844A

Text Example


Text Example

White with #BE844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE844A; }

 p { color: rgb(190,132,74); }

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

background-color css

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

 a { background-color: rgb(190,132,74); }

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

border-color css

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

 span { border-color: rgb(190,132,74); }

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