Html Css Color HEX #BF7A3E Brandy Punch

📋 copy color: '#BF7A3E'

red 191 ◦ green 122 ◦ blue 62

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

Shades of Brandy Punch #BF7A3E

Tints of Brandy Punch #BF7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 50.93%
G = 32.53%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF7A3E (or 0xBF7A3E) is known color: Brandy Punch. HEX triplet: BF, 7A and 3E. RGB value is (191,122,62). Sum of RGB (Red+Green+Blue) = 191+122+62=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A3E is #4085C1. Grayscale: #888888. Windows color (decimal): -4228546 or 4094655. OLE color: 4094655.

HSL color Cylindrical-coordinate representation of color #BF7A3E: hue angle of 27.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF7A3E is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 62 -
CMYK 0 0.36 0.68 0.25
HSL 27.91º 0.51% 0.5% -
HSV(B) 27.91º 0.68% 0.75% -
XYZ 29.31 25.34 7.9 -
YUV 135.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 191 122 62 0 0.36 0.68 0.25 27.91 0.51 0.5
Hex BF 7A 3E 0 24 44 19 1C 33 32
Octal 277 172 76 0 44 104 31 34 63 62
Binary 10111111 1111010 111110 0 100100 1000100 11001 11100 110011 110010

Color Harmonies of #BF7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A3E

Black with #BF7A3E

Text Example


Text Example

White with #BF7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A3E; }

 p { color: rgb(191,122,62); }

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

background-color css

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

 a { background-color: rgb(191,122,62); }

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

border-color css

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

 span { border-color: rgb(191,122,62); }

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