Html Css Color HEX #BF7F44 Brandy Punch

📋 copy color: '#BF7F44'

red 191 ◦ green 127 ◦ blue 68

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

Shades of Brandy Punch #BF7F44

Tints of Brandy Punch #BF7F44

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 49.48%
G = 32.9%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7F44 (or 0xBF7F44) is known color: Brandy Punch. HEX triplet: BF, 7F and 44. RGB value is (191,127,68). Sum of RGB (Red+Green+Blue) = 191+127+68=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F44 is #4080BB. Grayscale: #8B8B8B. Windows color (decimal): -4227260 or 4489151. OLE color: 4489151.

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

Color convert

RGB 191 127 68 -
CMYK 0 0.34 0.64 0.25
HSL 28.78º 0.49% 0.51% -
HSV(B) 28.78º 0.64% 0.75% -
XYZ 30.12 26.67 9.03 -
YUV 139.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 127 68 0 0.34 0.64 0.25 28.78 0.49 0.51
Hex BF 7F 44 0 22 40 19 1D 31 33
Octal 277 177 104 0 42 100 31 35 61 63
Binary 10111111 1111111 1000100 0 100010 1000000 11001 11101 110001 110011

Color Harmonies of #BF7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F44

Black with #BF7F44

Text Example


Text Example

White with #BF7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F44; }

 p { color: rgb(191,127,68); }

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

background-color css

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

 a { background-color: rgb(191,127,68); }

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

border-color css

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

 span { border-color: rgb(191,127,68); }

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