Html Css Color HEX #BF7B4A Brandy Punch

📋 copy color: '#BF7B4A'

red 191 ◦ green 123 ◦ blue 74

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

Shades of Brandy Punch #BF7B4A

Tints of Brandy Punch #BF7B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 49.23%
G = 31.7%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF7B4A (or 0xBF7B4A) is known color: Brandy Punch. HEX triplet: BF, 7B and 4A. RGB value is (191,123,74). Sum of RGB (Red+Green+Blue) = 191+123+74=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B4A is #4084B5. Grayscale: #8A8A8A. Windows color (decimal): -4228278 or 4881343. OLE color: 4881343.

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

Color convert

RGB 191 123 74 -
CMYK 0 0.36 0.61 0.25
HSL 25.13º 0.48% 0.52% -
HSV(B) 25.13º 0.61% 0.75% -
XYZ 29.8 25.74 9.88 -
YUV 137.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 191 123 74 0 0.36 0.61 0.25 25.13 0.48 0.52
Hex BF 7B 4A 0 24 3D 19 19 30 34
Octal 277 173 112 0 44 75 31 31 60 64
Binary 10111111 1111011 1001010 0 100100 111101 11001 11001 110000 110100

Color Harmonies of #BF7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B4A

Black with #BF7B4A

Text Example


Text Example

White with #BF7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B4A; }

 p { color: rgb(191,123,74); }

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

background-color css

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

 a { background-color: rgb(191,123,74); }

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

border-color css

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

 span { border-color: rgb(191,123,74); }

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