Html Css Color HEX #BF8239 Brandy Punch

📋 copy color: '#BF8239'

red 191 ◦ green 130 ◦ blue 57

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

Shades of Brandy Punch #BF8239

Tints of Brandy Punch #BF8239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 50.53%
G = 34.39%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF8239 (or 0xBF8239) is known color: Brandy Punch. HEX triplet: BF, 82 and 39. RGB value is (191,130,57). Sum of RGB (Red+Green+Blue) = 191+130+57=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8239 is #407DC6. Grayscale: #8C8C8C. Windows color (decimal): -4226503 or 3769023. OLE color: 3769023.

HSL color Cylindrical-coordinate representation of color #BF8239: hue angle of 32.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8239 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 57 -
CMYK 0 0.32 0.70 0.25
HSL 32.69º 0.54% 0.49% -
HSV(B) 32.69º 0.7% 0.75% -
XYZ 30.21 27.34 7.56 -
YUV 139.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 191 130 57 0 0.32 0.70 0.25 32.69 0.54 0.49
Hex BF 82 39 0 20 46 19 21 36 31
Octal 277 202 71 0 40 106 31 41 66 61
Binary 10111111 10000010 111001 0 100000 1000110 11001 100001 110110 110001

Color Harmonies of #BF8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8239

Black with #BF8239

Text Example


Text Example

White with #BF8239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8239; }

 p { color: rgb(191,130,57); }

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

background-color css

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

 a { background-color: rgb(191,130,57); }

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

border-color css

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

 span { border-color: rgb(191,130,57); }

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