Html Css Color HEX #BF7445 Brandy Punch

📋 copy color: '#BF7445'

red 191 ◦ green 116 ◦ blue 69

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

Shades of Brandy Punch #BF7445

Tints of Brandy Punch #BF7445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 50.8%
G = 30.85%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7445 (or 0xBF7445) is known color: Brandy Punch. HEX triplet: BF, 74 and 45. RGB value is (191,116,69). Sum of RGB (Red+Green+Blue) = 191+116+69=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7445 is #408BBA. Grayscale: #858585. Windows color (decimal): -4230075 or 4551871. OLE color: 4551871.

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

Color convert

RGB 191 116 69 -
CMYK 0 0.39 0.64 0.25
HSL 23.11º 0.49% 0.51% -
HSV(B) 23.11º 0.64% 0.75% -
XYZ 28.81 24 8.74 -
YUV 133.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 191 116 69 0 0.39 0.64 0.25 23.11 0.49 0.51
Hex BF 74 45 0 27 40 19 17 31 33
Octal 277 164 105 0 47 100 31 27 61 63
Binary 10111111 1110100 1000101 0 100111 1000000 11001 10111 110001 110011

Color Harmonies of #BF7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7445

Black with #BF7445

Text Example


Text Example

White with #BF7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7445; }

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

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

background-color css

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

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

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

border-color css

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

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

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