Html Css Color HEX #BF823E Brandy Punch

📋 copy color: '#BF823E'

red 191 ◦ green 130 ◦ blue 62

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

Shades of Brandy Punch #BF823E

Tints of Brandy Punch #BF823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 49.87%
G = 33.94%
B = 16.19%

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

#BF823E (or 0xBF823E) is known color: Brandy Punch. HEX triplet: BF, 82 and 3E. RGB value is (191,130,62). Sum of RGB (Red+Green+Blue) = 191+130+62=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF823E is #407DC1. Grayscale: #8C8C8C. Windows color (decimal): -4226498 or 4096703. OLE color: 4096703.

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

Color convert

RGB 191 130 62 -
CMYK 0 0.32 0.68 0.25
HSL 31.63º 0.51% 0.5% -
HSV(B) 31.63º 0.68% 0.75% -
XYZ 30.34 27.39 8.25 -
YUV 140.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 191 130 62 0 0.32 0.68 0.25 31.63 0.51 0.5
Hex BF 82 3E 0 20 44 19 20 33 32
Octal 277 202 76 0 40 104 31 40 63 62
Binary 10111111 10000010 111110 0 100000 1000100 11001 100000 110011 110010

Color Harmonies of #BF823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF823E

Black with #BF823E

Text Example


Text Example

White with #BF823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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