Html Css Color HEX #BF7745 Brandy Punch

📋 copy color: '#BF7745'

red 191 ◦ green 119 ◦ blue 69

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

Shades of Brandy Punch #BF7745

Tints of Brandy Punch #BF7745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 50.4%
G = 31.4%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7745 (or 0xBF7745) is known color: Brandy Punch. HEX triplet: BF, 77 and 45. RGB value is (191,119,69). Sum of RGB (Red+Green+Blue) = 191+119+69=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7745 is #4088BA. Grayscale: #878787. Windows color (decimal): -4229307 or 4552639. OLE color: 4552639.

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

Color convert

RGB 191 119 69 -
CMYK 0 0.38 0.64 0.25
HSL 24.59º 0.49% 0.51% -
HSV(B) 24.59º 0.64% 0.75% -
XYZ 29.16 24.7 8.86 -
YUV 134.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 191 119 69 0 0.38 0.64 0.25 24.59 0.49 0.51
Hex BF 77 45 0 26 40 19 19 31 33
Octal 277 167 105 0 46 100 31 31 61 63
Binary 10111111 1110111 1000101 0 100110 1000000 11001 11001 110001 110011

Color Harmonies of #BF7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7745

Black with #BF7745

Text Example


Text Example

White with #BF7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7745; }

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

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

background-color css

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

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

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

border-color css

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

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

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