Html Css Color HEX #BE7443 Brandy Punch

📋 copy color: '#BE7443'

red 190 ◦ green 116 ◦ blue 67

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

Shades of Brandy Punch #BE7443

Tints of Brandy Punch #BE7443

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 50.94%
G = 31.1%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE7443 (or 0xBE7443) is known color: Brandy Punch. HEX triplet: BE, 74 and 43. RGB value is (190,116,67). Sum of RGB (Red+Green+Blue) = 190+116+67=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7443 is #418BBC. Grayscale: #848484. Windows color (decimal): -4295613 or 4420798. OLE color: 4420798.

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

Color convert

RGB 190 116 67 -
CMYK 0 0.39 0.65 0.25
HSL 23.9º 0.49% 0.5% -
HSV(B) 23.9º 0.65% 0.75% -
XYZ 28.49 23.84 8.41 -
YUV 132.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 190 116 67 0 0.39 0.65 0.25 23.9 0.49 0.5
Hex BE 74 43 0 27 41 19 18 31 32
Octal 276 164 103 0 47 101 31 30 61 62
Binary 10111110 1110100 1000011 0 100111 1000001 11001 11000 110001 110010

Color Harmonies of #BE7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7443

Black with #BE7443

Text Example


Text Example

White with #BE7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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