Html Css Color HEX #BE8143 Brandy Punch

📋 copy color: '#BE8143'

red 190 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #BE8143

Tints of Brandy Punch #BE8143

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 49.22%
G = 33.42%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE8143 (or 0xBE8143) is known color: Brandy Punch. HEX triplet: BE, 81 and 43. RGB value is (190,129,67). Sum of RGB (Red+Green+Blue) = 190+129+67=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8143 is #417EBC. Grayscale: #8C8C8C. Windows color (decimal): -4292285 or 4424126. OLE color: 4424126.

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

Color convert

RGB 190 129 67 -
CMYK 0 0.32 0.65 0.25
HSL 30.24º 0.49% 0.5% -
HSV(B) 30.24º 0.65% 0.75% -
XYZ 30.1 27.05 8.95 -
YUV 140.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 190 129 67 0 0.32 0.65 0.25 30.24 0.49 0.5
Hex BE 81 43 0 20 41 19 1E 31 32
Octal 276 201 103 0 40 101 31 36 61 62
Binary 10111110 10000001 1000011 0 100000 1000001 11001 11110 110001 110010

Color Harmonies of #BE8143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8143

Black with #BE8143

Text Example


Text Example

White with #BE8143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8143; }

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

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

background-color css

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

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

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

border-color css

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

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

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