Html Css Color HEX #BF7D54 Brandy Punch

📋 copy color: '#BF7D54'

red 191 ◦ green 125 ◦ blue 84

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

Shades of Brandy Punch #BF7D54

Tints of Brandy Punch #BF7D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 84 (33.2% from 255) = 21%

R = 47.75%
G = 31.25%
B = 21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF7D54 (or 0xBF7D54) is known color: Brandy Punch. HEX triplet: BF, 7D and 54. RGB value is (191,125,84). Sum of RGB (Red+Green+Blue) = 191+125+84=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D54 is #4082AB. Grayscale: #8C8C8C. Windows color (decimal): -4227756 or 5537215. OLE color: 5537215.

HSL color Cylindrical-coordinate representation of color #BF7D54: hue angle of 22.99º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF7D54 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 125 84 -
CMYK 0 0.35 0.56 0.25
HSL 22.99º 0.46% 0.54% -
HSV(B) 22.99º 0.56% 0.75% -
XYZ 30.42 26.38 11.88 -
YUV 140.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 191 125 84 0 0.35 0.56 0.25 22.99 0.46 0.54
Hex BF 7D 54 0 23 38 19 17 2E 36
Octal 277 175 124 0 43 70 31 27 56 66
Binary 10111111 1111101 1010100 0 100011 111000 11001 10111 101110 110110

Color Harmonies of #BF7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D54

Black with #BF7D54

Text Example


Text Example

White with #BF7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D54; }

 p { color: rgb(191,125,84); }

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

background-color css

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

 a { background-color: rgb(191,125,84); }

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

border-color css

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

 span { border-color: rgb(191,125,84); }

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