Html Css Color HEX #BF7448 Brandy Punch

📋 copy color: '#BF7448'

red 191 ◦ green 116 ◦ blue 72

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

Shades of Brandy Punch #BF7448

Tints of Brandy Punch #BF7448

RGB

 RED value IS 191 (75% from 255) = 50.4%

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

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

R = 50.4%
G = 30.61%
B = 19%

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

#BF7448 (or 0xBF7448) is known color: Brandy Punch. HEX triplet: BF, 74 and 48. RGB value is (191,116,72). Sum of RGB (Red+Green+Blue) = 191+116+72=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7448 is #408BB7. Grayscale: #858585. Windows color (decimal): -4230072 or 4748479. OLE color: 4748479.

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

Color convert

RGB 191 116 72 -
CMYK 0 0.39 0.62 0.25
HSL 22.18º 0.48% 0.52% -
HSV(B) 22.18º 0.62% 0.75% -
XYZ 28.9 24.04 9.25 -
YUV 133.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 191 116 72 0 0.39 0.62 0.25 22.18 0.48 0.52
Hex BF 74 48 0 27 3E 19 16 30 34
Octal 277 164 110 0 47 76 31 26 60 64
Binary 10111111 1110100 1001000 0 100111 111110 11001 10110 110000 110100

Color Harmonies of #BF7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7448

Black with #BF7448

Text Example


Text Example

White with #BF7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7448; }

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

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

background-color css

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

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

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

border-color css

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

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

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