Html Css Color HEX #BF7B47 Brandy Punch

📋 copy color: '#BF7B47'

red 191 ◦ green 123 ◦ blue 71

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

Shades of Brandy Punch #BF7B47

Tints of Brandy Punch #BF7B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 49.61%
G = 31.95%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7B47 (or 0xBF7B47) is known color: Brandy Punch. HEX triplet: BF, 7B and 47. RGB value is (191,123,71). Sum of RGB (Red+Green+Blue) = 191+123+71=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B47 is #4084B8. Grayscale: #898989. Windows color (decimal): -4228281 or 4684735. OLE color: 4684735.

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

Color convert

RGB 191 123 71 -
CMYK 0 0.36 0.63 0.25
HSL 26º 0.48% 0.51% -
HSV(B) 26º 0.63% 0.75% -
XYZ 29.71 25.7 9.36 -
YUV 137.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 191 123 71 0 0.36 0.63 0.25 26 0.48 0.51
Hex BF 7B 47 0 24 3F 19 1A 30 33
Octal 277 173 107 0 44 77 31 32 60 63
Binary 10111111 1111011 1000111 0 100100 111111 11001 11010 110000 110011

Color Harmonies of #BF7B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B47

Black with #BF7B47

Text Example


Text Example

White with #BF7B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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