Html Css Color HEX #BF823A Brandy Punch

📋 copy color: '#BF823A'

red 191 ◦ green 130 ◦ blue 58

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

Shades of Brandy Punch #BF823A

Tints of Brandy Punch #BF823A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 50.4%
G = 34.3%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF823A (or 0xBF823A) is known color: Brandy Punch. HEX triplet: BF, 82 and 3A. RGB value is (191,130,58). Sum of RGB (Red+Green+Blue) = 191+130+58=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF823A is #407DC5. Grayscale: #8C8C8C. Windows color (decimal): -4226502 or 3834559. OLE color: 3834559.

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

Color convert

RGB 191 130 58 -
CMYK 0 0.32 0.70 0.25
HSL 32.48º 0.53% 0.49% -
HSV(B) 32.48º 0.7% 0.75% -
XYZ 30.23 27.35 7.69 -
YUV 140.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 191 130 58 0 0.32 0.70 0.25 32.48 0.53 0.49
Hex BF 82 3A 0 20 46 19 20 35 31
Octal 277 202 72 0 40 106 31 40 65 61
Binary 10111111 10000010 111010 0 100000 1000110 11001 100000 110101 110001

Color Harmonies of #BF823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF823A

Black with #BF823A

Text Example


Text Example

White with #BF823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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