Html Css Color HEX #BF774A Brandy Punch

📋 copy color: '#BF774A'

red 191 ◦ green 119 ◦ blue 74

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

Shades of Brandy Punch #BF774A

Tints of Brandy Punch #BF774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 49.74%
G = 30.99%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF774A (or 0xBF774A) is known color: Brandy Punch. HEX triplet: BF, 77 and 4A. RGB value is (191,119,74). Sum of RGB (Red+Green+Blue) = 191+119+74=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF774A is #4088B5. Grayscale: #878787. Windows color (decimal): -4229302 or 4880319. OLE color: 4880319.

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

Color convert

RGB 191 119 74 -
CMYK 0 0.38 0.61 0.25
HSL 23.08º 0.48% 0.52% -
HSV(B) 23.08º 0.61% 0.75% -
XYZ 29.32 24.76 9.71 -
YUV 135.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 191 119 74 0 0.38 0.61 0.25 23.08 0.48 0.52
Hex BF 77 4A 0 26 3D 19 17 30 34
Octal 277 167 112 0 46 75 31 27 60 64
Binary 10111111 1110111 1001010 0 100110 111101 11001 10111 110000 110100

Color Harmonies of #BF774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF774A

Black with #BF774A

Text Example


Text Example

White with #BF774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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