Html Css Color HEX #BF763C Brandy Punch

📋 copy color: '#BF763C'

red 191 ◦ green 118 ◦ blue 60

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

Shades of Brandy Punch #BF763C

Tints of Brandy Punch #BF763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 51.76%
G = 31.98%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF763C (or 0xBF763C) is known color: Brandy Punch. HEX triplet: BF, 76 and 3C. RGB value is (191,118,60). Sum of RGB (Red+Green+Blue) = 191+118+60=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF763C is #4089C3. Grayscale: #858585. Windows color (decimal): -4229572 or 3962559. OLE color: 3962559.

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

Color convert

RGB 191 118 60 -
CMYK 0 0.38 0.69 0.25
HSL 26.56º 0.52% 0.49% -
HSV(B) 26.56º 0.69% 0.75% -
XYZ 28.78 24.36 7.46 -
YUV 133.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 191 118 60 0 0.38 0.69 0.25 26.56 0.52 0.49
Hex BF 76 3C 0 26 45 19 1B 34 31
Octal 277 166 74 0 46 105 31 33 64 61
Binary 10111111 1110110 111100 0 100110 1000101 11001 11011 110100 110001

Color Harmonies of #BF763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF763C

Black with #BF763C

Text Example


Text Example

White with #BF763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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