Html Css Color HEX #BF763D Brandy Punch

📋 copy color: '#BF763D'

red 191 ◦ green 118 ◦ blue 61

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

Shades of Brandy Punch #BF763D

Tints of Brandy Punch #BF763D

RGB

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

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

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

R = 51.62%
G = 31.89%
B = 16.49%

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

#BF763D (or 0xBF763D) is known color: Brandy Punch. HEX triplet: BF, 76 and 3D. RGB value is (191,118,61). Sum of RGB (Red+Green+Blue) = 191+118+61=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF763D is #4089C2. Grayscale: #858585. Windows color (decimal): -4229571 or 4028095. OLE color: 4028095.

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

Color convert

RGB 191 118 61 -
CMYK 0 0.38 0.68 0.25
HSL 26.31º 0.52% 0.49% -
HSV(B) 26.31º 0.68% 0.75% -
XYZ 28.81 24.37 7.6 -
YUV 133.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 191 118 61 0 0.38 0.68 0.25 26.31 0.52 0.49
Hex BF 76 3D 0 26 44 19 1A 34 31
Octal 277 166 75 0 46 104 31 32 64 61
Binary 10111111 1110110 111101 0 100110 1000100 11001 11010 110100 110001

Color Harmonies of #BF763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF763D

Black with #BF763D

Text Example


Text Example

White with #BF763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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