Html Css Color HEX #BF773D Brandy Punch

📋 copy color: '#BF773D'

red 191 ◦ green 119 ◦ blue 61

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

Shades of Brandy Punch #BF773D

Tints of Brandy Punch #BF773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 51.48%
G = 32.08%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF773D (or 0xBF773D) is known color: Brandy Punch. HEX triplet: BF, 77 and 3D. RGB value is (191,119,61). Sum of RGB (Red+Green+Blue) = 191+119+61=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF773D is #4088C2. Grayscale: #868686. Windows color (decimal): -4229315 or 4028351. OLE color: 4028351.

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

Color convert

RGB 191 119 61 -
CMYK 0 0.38 0.68 0.25
HSL 26.77º 0.52% 0.49% -
HSV(B) 26.77º 0.68% 0.75% -
XYZ 28.92 24.61 7.64 -
YUV 133.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 191 119 61 0 0.38 0.68 0.25 26.77 0.52 0.49
Hex BF 77 3D 0 26 44 19 1B 34 31
Octal 277 167 75 0 46 104 31 33 64 61
Binary 10111111 1110111 111101 0 100110 1000100 11001 11011 110100 110001

Color Harmonies of #BF773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF773D

Black with #BF773D

Text Example


Text Example

White with #BF773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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