Html Css Color HEX #BF8044 Brandy Punch

📋 copy color: '#BF8044'

red 191 ◦ green 128 ◦ blue 68

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

Shades of Brandy Punch #BF8044

Tints of Brandy Punch #BF8044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 49.35%
G = 33.07%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8044 (or 0xBF8044) is known color: Brandy Punch. HEX triplet: BF, 80 and 44. RGB value is (191,128,68). Sum of RGB (Red+Green+Blue) = 191+128+68=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8044 is #407FBB. Grayscale: #8C8C8C. Windows color (decimal): -4227004 or 4489407. OLE color: 4489407.

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

Color convert

RGB 191 128 68 -
CMYK 0 0.33 0.64 0.25
HSL 29.27º 0.49% 0.51% -
HSV(B) 29.27º 0.64% 0.75% -
XYZ 30.25 26.93 9.07 -
YUV 140 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 191 128 68 0 0.33 0.64 0.25 29.27 0.49 0.51
Hex BF 80 44 0 21 40 19 1D 31 33
Octal 277 200 104 0 41 100 31 35 61 63
Binary 10111111 10000000 1000100 0 100001 1000000 11001 11101 110001 110011

Color Harmonies of #BF8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8044

Black with #BF8044

Text Example


Text Example

White with #BF8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8044; }

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

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

background-color css

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

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

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

border-color css

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

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

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