Html Css Color HEX #BE7448 Brandy Punch

📋 copy color: '#BE7448'

red 190 ◦ green 116 ◦ blue 72

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

Shades of Brandy Punch #BE7448

Tints of Brandy Punch #BE7448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 50.26%
G = 30.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7448 (or 0xBE7448) is known color: Brandy Punch. HEX triplet: BE, 74 and 48. RGB value is (190,116,72). Sum of RGB (Red+Green+Blue) = 190+116+72=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7448 is #418BB7. Grayscale: #858585. Windows color (decimal): -4295608 or 4748478. OLE color: 4748478.

HSL color Cylindrical-coordinate representation of color #BE7448: hue angle of 22.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE7448 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 72 -
CMYK 0 0.39 0.62 0.25
HSL 22.37º 0.48% 0.51% -
HSV(B) 22.37º 0.62% 0.75% -
XYZ 28.65 23.91 9.24 -
YUV 133.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 190 116 72 0 0.39 0.62 0.25 22.37 0.48 0.51
Hex BE 74 48 0 27 3E 19 16 30 33
Octal 276 164 110 0 47 76 31 26 60 63
Binary 10111110 1110100 1001000 0 100111 111110 11001 10110 110000 110011

Color Harmonies of #BE7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7448

Black with #BE7448

Text Example


Text Example

White with #BE7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7448; }

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

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

background-color css

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

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

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

border-color css

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

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

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