Html Css Color HEX #BF8138 Brandy Punch

📋 copy color: '#BF8138'

red 191 ◦ green 129 ◦ blue 56

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

Shades of Brandy Punch #BF8138

Tints of Brandy Punch #BF8138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 50.8%
G = 34.31%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8138 (or 0xBF8138) is known color: Brandy Punch. HEX triplet: BF, 81 and 38. RGB value is (191,129,56). Sum of RGB (Red+Green+Blue) = 191+129+56=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8138 is #407EC7. Grayscale: #8B8B8B. Windows color (decimal): -4226760 or 3703231. OLE color: 3703231.

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

Color convert

RGB 191 129 56 -
CMYK 0 0.32 0.71 0.25
HSL 32.44º 0.55% 0.48% -
HSV(B) 32.44º 0.71% 0.75% -
XYZ 30.05 27.06 7.38 -
YUV 139.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 191 129 56 0 0.32 0.71 0.25 32.44 0.55 0.48
Hex BF 81 38 0 20 47 19 20 37 30
Octal 277 201 70 0 40 107 31 40 67 60
Binary 10111111 10000001 111000 0 100000 1000111 11001 100000 110111 110000

Color Harmonies of #BF8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8138

Black with #BF8138

Text Example


Text Example

White with #BF8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8138; }

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

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

background-color css

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

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

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

border-color css

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

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

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