Html Css Color HEX #BF834C Brandy Punch

📋 copy color: '#BF834C'

red 191 ◦ green 131 ◦ blue 76

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

Shades of Brandy Punch #BF834C

Tints of Brandy Punch #BF834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 47.99%
G = 32.91%
B = 19.1%

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

#BF834C (or 0xBF834C) is known color: Brandy Punch. HEX triplet: BF, 83 and 4C. RGB value is (191,131,76). Sum of RGB (Red+Green+Blue) = 191+131+76=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF834C is #407CB3. Grayscale: #8E8E8E. Windows color (decimal): -4226228 or 5014463. OLE color: 5014463.

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

Color convert

RGB 191 131 76 -
CMYK 0 0.31 0.60 0.25
HSL 28.7º 0.47% 0.52% -
HSV(B) 28.7º 0.6% 0.75% -
XYZ 30.91 27.83 10.58 -
YUV 142.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 191 131 76 0 0.31 0.60 0.25 28.7 0.47 0.52
Hex BF 83 4C 0 1F 3C 19 1D 2F 34
Octal 277 203 114 0 37 74 31 35 57 64
Binary 10111111 10000011 1001100 0 11111 111100 11001 11101 101111 110100

Color Harmonies of #BF834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF834C

Black with #BF834C

Text Example


Text Example

White with #BF834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF834C; }

 p { color: rgb(191,131,76); }

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

background-color css

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

 a { background-color: rgb(191,131,76); }

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

border-color css

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

 span { border-color: rgb(191,131,76); }

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