Html Css Color HEX #BF7A3A Brandy Punch

📋 copy color: '#BF7A3A'

red 191 ◦ green 122 ◦ blue 58

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

Shades of Brandy Punch #BF7A3A

Tints of Brandy Punch #BF7A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 51.48%
G = 32.88%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF7A3A (or 0xBF7A3A) is known color: Brandy Punch. HEX triplet: BF, 7A and 3A. RGB value is (191,122,58). Sum of RGB (Red+Green+Blue) = 191+122+58=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A3A is #4085C5. Grayscale: #878787. Windows color (decimal): -4228550 or 3832511. OLE color: 3832511.

HSL color Cylindrical-coordinate representation of color #BF7A3A: hue angle of 28.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7A3A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 58 -
CMYK 0 0.36 0.70 0.25
HSL 28.87º 0.53% 0.49% -
HSV(B) 28.87º 0.7% 0.75% -
XYZ 29.21 25.3 7.35 -
YUV 135.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 191 122 58 0 0.36 0.70 0.25 28.87 0.53 0.49
Hex BF 7A 3A 0 24 46 19 1D 35 31
Octal 277 172 72 0 44 106 31 35 65 61
Binary 10111111 1111010 111010 0 100100 1000110 11001 11101 110101 110001

Color Harmonies of #BF7A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A3A

Black with #BF7A3A

Text Example


Text Example

White with #BF7A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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