Html Css Color HEX #BF823D Brandy Punch

📋 copy color: '#BF823D'

red 191 ◦ green 130 ◦ blue 61

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

Shades of Brandy Punch #BF823D

Tints of Brandy Punch #BF823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 50%
G = 34.03%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF823D (or 0xBF823D) is known color: Brandy Punch. HEX triplet: BF, 82 and 3D. RGB value is (191,130,61). Sum of RGB (Red+Green+Blue) = 191+130+61=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF823D is #407DC2. Grayscale: #8C8C8C. Windows color (decimal): -4226499 or 4031167. OLE color: 4031167.

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

Color convert

RGB 191 130 61 -
CMYK 0 0.32 0.68 0.25
HSL 31.85º 0.52% 0.49% -
HSV(B) 31.85º 0.68% 0.75% -
XYZ 30.31 27.38 8.1 -
YUV 140.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 191 130 61 0 0.32 0.68 0.25 31.85 0.52 0.49
Hex BF 82 3D 0 20 44 19 20 34 31
Octal 277 202 75 0 40 104 31 40 64 61
Binary 10111111 10000010 111101 0 100000 1000100 11001 100000 110100 110001

Color Harmonies of #BF823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF823D

Black with #BF823D

Text Example


Text Example

White with #BF823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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