Html Css Color HEX #BF7541 Brandy Punch

📋 copy color: '#BF7541'

red 191 ◦ green 117 ◦ blue 65

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

Shades of Brandy Punch #BF7541

Tints of Brandy Punch #BF7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 51.21%
G = 31.37%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7541 (or 0xBF7541) is known color: Brandy Punch. HEX triplet: BF, 75 and 41. RGB value is (191,117,65). Sum of RGB (Red+Green+Blue) = 191+117+65=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7541 is #408ABE. Grayscale: #858585. Windows color (decimal): -4229823 or 4289983. OLE color: 4289983.

HSL color Cylindrical-coordinate representation of color #BF7541: hue angle of 24.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF7541 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 65 -
CMYK 0 0.39 0.66 0.25
HSL 24.76º 0.5% 0.5% -
HSV(B) 24.76º 0.66% 0.75% -
XYZ 28.8 24.18 8.15 -
YUV 133.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 191 117 65 0 0.39 0.66 0.25 24.76 0.5 0.5
Hex BF 75 41 0 27 42 19 19 32 32
Octal 277 165 101 0 47 102 31 31 62 62
Binary 10111111 1110101 1000001 0 100111 1000010 11001 11001 110010 110010

Color Harmonies of #BF7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7541

Black with #BF7541

Text Example


Text Example

White with #BF7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7541; }

 p { color: rgb(191,117,65); }

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

background-color css

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

 a { background-color: rgb(191,117,65); }

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

border-color css

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

 span { border-color: rgb(191,117,65); }

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