Html Css Color HEX #BF764A Brandy Punch

📋 copy color: '#BF764A'

red 191 ◦ green 118 ◦ blue 74

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

Shades of Brandy Punch #BF764A

Tints of Brandy Punch #BF764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

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

R = 49.87%
G = 30.81%
B = 19.32%

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

#BF764A (or 0xBF764A) is known color: Brandy Punch. HEX triplet: BF, 76 and 4A. RGB value is (191,118,74). Sum of RGB (Red+Green+Blue) = 191+118+74=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF764A is #4089B5. Grayscale: #878787. Windows color (decimal): -4229558 or 4880063. OLE color: 4880063.

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

Color convert

RGB 191 118 74 -
CMYK 0 0.38 0.61 0.25
HSL 22.56º 0.48% 0.52% -
HSV(B) 22.56º 0.61% 0.75% -
XYZ 29.2 24.53 9.67 -
YUV 134.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 191 118 74 0 0.38 0.61 0.25 22.56 0.48 0.52
Hex BF 76 4A 0 26 3D 19 17 30 34
Octal 277 166 112 0 46 75 31 27 60 64
Binary 10111111 1110110 1001010 0 100110 111101 11001 10111 110000 110100

Color Harmonies of #BF764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF764A

Black with #BF764A

Text Example


Text Example

White with #BF764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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