Html Css Color HEX #BF844D Brandy Punch

📋 copy color: '#BF844D'

red 191 ◦ green 132 ◦ blue 77

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

Shades of Brandy Punch #BF844D

Tints of Brandy Punch #BF844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

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

R = 47.75%
G = 33%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF844D (or 0xBF844D) is known color: Brandy Punch. HEX triplet: BF, 84 and 4D. RGB value is (191,132,77). Sum of RGB (Red+Green+Blue) = 191+132+77=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF844D is #407BB2. Grayscale: #8F8F8F. Windows color (decimal): -4225971 or 5080255. OLE color: 5080255.

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

Color convert

RGB 191 132 77 -
CMYK 0 0.31 0.60 0.25
HSL 28.95º 0.47% 0.53% -
HSV(B) 28.95º 0.6% 0.75% -
XYZ 31.08 28.11 10.81 -
YUV 143.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 191 132 77 0 0.31 0.60 0.25 28.95 0.47 0.53
Hex BF 84 4D 0 1F 3C 19 1D 2F 35
Octal 277 204 115 0 37 74 31 35 57 65
Binary 10111111 10000100 1001101 0 11111 111100 11001 11101 101111 110101

Color Harmonies of #BF844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF844D

Black with #BF844D

Text Example


Text Example

White with #BF844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF844D; }

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

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

background-color css

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

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

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

border-color css

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

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

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