Html Css Color HEX #BF814D Brandy Punch

📋 copy color: '#BF814D'

red 191 ◦ green 129 ◦ blue 77

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

Shades of Brandy Punch #BF814D

Tints of Brandy Punch #BF814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 48.11%
G = 32.49%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF814D (or 0xBF814D) is known color: Brandy Punch. HEX triplet: BF, 81 and 4D. RGB value is (191,129,77). Sum of RGB (Red+Green+Blue) = 191+129+77=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF814D is #407EB2. Grayscale: #8D8D8D. Windows color (decimal): -4226739 or 5079487. OLE color: 5079487.

HSL color Cylindrical-coordinate representation of color #BF814D: hue angle of 27.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF814D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 129 77 -
CMYK 0 0.32 0.60 0.25
HSL 27.37º 0.47% 0.53% -
HSV(B) 27.37º 0.6% 0.75% -
XYZ 30.68 27.31 10.68 -
YUV 141.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 191 129 77 0 0.32 0.60 0.25 27.37 0.47 0.53
Hex BF 81 4D 0 20 3C 19 1B 2F 35
Octal 277 201 115 0 40 74 31 33 57 65
Binary 10111111 10000001 1001101 0 100000 111100 11001 11011 101111 110101

Color Harmonies of #BF814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF814D

Black with #BF814D

Text Example


Text Example

White with #BF814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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