Html Css Color HEX #BF774C Brandy Punch

📋 copy color: '#BF774C'

red 191 ◦ green 119 ◦ blue 76

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

Shades of Brandy Punch #BF774C

Tints of Brandy Punch #BF774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 49.48%
G = 30.83%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF774C (or 0xBF774C) is known color: Brandy Punch. HEX triplet: BF, 77 and 4C. RGB value is (191,119,76). Sum of RGB (Red+Green+Blue) = 191+119+76=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF774C is #4088B3. Grayscale: #878787. Windows color (decimal): -4229300 or 5011391. OLE color: 5011391.

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

Color convert

RGB 191 119 76 -
CMYK 0 0.38 0.60 0.25
HSL 22.43º 0.47% 0.52% -
HSV(B) 22.43º 0.6% 0.75% -
XYZ 29.39 24.79 10.07 -
YUV 135.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 191 119 76 0 0.38 0.60 0.25 22.43 0.47 0.52
Hex BF 77 4C 0 26 3C 19 16 2F 34
Octal 277 167 114 0 46 74 31 26 57 64
Binary 10111111 1110111 1001100 0 100110 111100 11001 10110 101111 110100

Color Harmonies of #BF774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF774C

Black with #BF774C

Text Example


Text Example

White with #BF774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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