Html Css Color HEX #BE8043 Brandy Punch

📋 copy color: '#BE8043'

red 190 ◦ green 128 ◦ blue 67

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

Shades of Brandy Punch #BE8043

Tints of Brandy Punch #BE8043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 49.35%
G = 33.25%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE8043 (or 0xBE8043) is known color: Brandy Punch. HEX triplet: BE, 80 and 43. RGB value is (190,128,67). Sum of RGB (Red+Green+Blue) = 190+128+67=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8043 is #417FBC. Grayscale: #8B8B8B. Windows color (decimal): -4292541 or 4423870. OLE color: 4423870.

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

Color convert

RGB 190 128 67 -
CMYK 0 0.33 0.65 0.25
HSL 29.76º 0.49% 0.5% -
HSV(B) 29.76º 0.65% 0.75% -
XYZ 29.97 26.79 8.9 -
YUV 139.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 190 128 67 0 0.33 0.65 0.25 29.76 0.49 0.5
Hex BE 80 43 0 21 41 19 1E 31 32
Octal 276 200 103 0 41 101 31 36 61 62
Binary 10111110 10000000 1000011 0 100001 1000001 11001 11110 110001 110010

Color Harmonies of #BE8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8043

Black with #BE8043

Text Example


Text Example

White with #BE8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8043; }

 p { color: rgb(190,128,67); }

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

background-color css

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

 a { background-color: rgb(190,128,67); }

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

border-color css

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

 span { border-color: rgb(190,128,67); }

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