Html Css Color HEX #BF7639 Brandy Punch

📋 copy color: '#BF7639'

red 191 ◦ green 118 ◦ blue 57

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

Shades of Brandy Punch #BF7639

Tints of Brandy Punch #BF7639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 57 (22.66% from 255) = 15.57%

R = 52.19%
G = 32.24%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF7639 (or 0xBF7639) is known color: Brandy Punch. HEX triplet: BF, 76 and 39. RGB value is (191,118,57). Sum of RGB (Red+Green+Blue) = 191+118+57=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7639 is #4089C6. Grayscale: #858585. Windows color (decimal): -4229575 or 3765951. OLE color: 3765951.

HSL color Cylindrical-coordinate representation of color #BF7639: hue angle of 27.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7639 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 118 57 -
CMYK 0 0.38 0.70 0.25
HSL 27.31º 0.54% 0.49% -
HSV(B) 27.31º 0.7% 0.75% -
XYZ 28.7 24.33 7.05 -
YUV 132.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 191 118 57 0 0.38 0.70 0.25 27.31 0.54 0.49
Hex BF 76 39 0 26 46 19 1B 36 31
Octal 277 166 71 0 46 106 31 33 66 61
Binary 10111111 1110110 111001 0 100110 1000110 11001 11011 110110 110001

Color Harmonies of #BF7639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7639

Black with #BF7639

Text Example


Text Example

White with #BF7639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7639; }

 p { color: rgb(191,118,57); }

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

background-color css

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

 a { background-color: rgb(191,118,57); }

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

border-color css

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

 span { border-color: rgb(191,118,57); }

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