Html Css Color HEX #BF8038 Brandy Punch

📋 copy color: '#BF8038'

red 191 ◦ green 128 ◦ blue 56

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

Shades of Brandy Punch #BF8038

Tints of Brandy Punch #BF8038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 50.93%
G = 34.13%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8038 (or 0xBF8038) is known color: Brandy Punch. HEX triplet: BF, 80 and 38. RGB value is (191,128,56). Sum of RGB (Red+Green+Blue) = 191+128+56=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8038 is #407FC7. Grayscale: #8A8A8A. Windows color (decimal): -4227016 or 3702975. OLE color: 3702975.

HSL color Cylindrical-coordinate representation of color #BF8038: hue angle of 32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8038 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 56 -
CMYK 0 0.33 0.71 0.25
HSL 32º 0.55% 0.48% -
HSV(B) 32º 0.71% 0.75% -
XYZ 29.92 26.8 7.34 -
YUV 138.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 191 128 56 0 0.33 0.71 0.25 32 0.55 0.48
Hex BF 80 38 0 21 47 19 20 37 30
Octal 277 200 70 0 41 107 31 40 67 60
Binary 10111111 10000000 111000 0 100001 1000111 11001 100000 110111 110000

Color Harmonies of #BF8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8038

Black with #BF8038

Text Example


Text Example

White with #BF8038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8038; }

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

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

background-color css

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

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

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

border-color css

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

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

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