Html Css Color HEX #BF7945 Brandy Punch

📋 copy color: '#BF7945'

red 191 ◦ green 121 ◦ blue 69

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

Shades of Brandy Punch #BF7945

Tints of Brandy Punch #BF7945

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 50.13%
G = 31.76%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7945 (or 0xBF7945) is known color: Brandy Punch. HEX triplet: BF, 79 and 45. RGB value is (191,121,69). Sum of RGB (Red+Green+Blue) = 191+121+69=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7945 is #4086BA. Grayscale: #888888. Windows color (decimal): -4228795 or 4553151. OLE color: 4553151.

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

Color convert

RGB 191 121 69 -
CMYK 0 0.37 0.64 0.25
HSL 25.57º 0.49% 0.51% -
HSV(B) 25.57º 0.64% 0.75% -
XYZ 29.4 25.18 8.94 -
YUV 136 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 191 121 69 0 0.37 0.64 0.25 25.57 0.49 0.51
Hex BF 79 45 0 25 40 19 1A 31 33
Octal 277 171 105 0 45 100 31 32 61 63
Binary 10111111 1111001 1000101 0 100101 1000000 11001 11010 110001 110011

Color Harmonies of #BF7945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7945

Black with #BF7945

Text Example


Text Example

White with #BF7945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7945; }

 p { color: rgb(191,121,69); }

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

background-color css

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

 a { background-color: rgb(191,121,69); }

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

border-color css

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

 span { border-color: rgb(191,121,69); }

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