Html Css Color HEX #BF7B49 Brandy Punch

📋 copy color: '#BF7B49'

red 191 ◦ green 123 ◦ blue 73

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

Shades of Brandy Punch #BF7B49

Tints of Brandy Punch #BF7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 49.35%
G = 31.78%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7B49 (or 0xBF7B49) is known color: Brandy Punch. HEX triplet: BF, 7B and 49. RGB value is (191,123,73). Sum of RGB (Red+Green+Blue) = 191+123+73=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B49 is #4084B6. Grayscale: #898989. Windows color (decimal): -4228279 or 4815807. OLE color: 4815807.

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

Color convert

RGB 191 123 73 -
CMYK 0 0.36 0.62 0.25
HSL 25.42º 0.48% 0.52% -
HSV(B) 25.42º 0.62% 0.75% -
XYZ 29.77 25.72 9.7 -
YUV 137.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 191 123 73 0 0.36 0.62 0.25 25.42 0.48 0.52
Hex BF 7B 49 0 24 3E 19 19 30 34
Octal 277 173 111 0 44 76 31 31 60 64
Binary 10111111 1111011 1001001 0 100100 111110 11001 11001 110000 110100

Color Harmonies of #BF7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B49

Black with #BF7B49

Text Example


Text Example

White with #BF7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B49; }

 p { color: rgb(191,123,73); }

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

background-color css

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

 a { background-color: rgb(191,123,73); }

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

border-color css

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

 span { border-color: rgb(191,123,73); }

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