Html Css Color HEX #BF754A Brandy Punch

📋 copy color: '#BF754A'

red 191 ◦ green 117 ◦ blue 74

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

Shades of Brandy Punch #BF754A

Tints of Brandy Punch #BF754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 50%
G = 30.63%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF754A (or 0xBF754A) is known color: Brandy Punch. HEX triplet: BF, 75 and 4A. RGB value is (191,117,74). Sum of RGB (Red+Green+Blue) = 191+117+74=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF754A is #408AB5. Grayscale: #868686. Windows color (decimal): -4229814 or 4879807. OLE color: 4879807.

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

Color convert

RGB 191 117 74 -
CMYK 0 0.39 0.61 0.25
HSL 22.05º 0.48% 0.52% -
HSV(B) 22.05º 0.61% 0.75% -
XYZ 29.08 24.29 9.63 -
YUV 134.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 191 117 74 0 0.39 0.61 0.25 22.05 0.48 0.52
Hex BF 75 4A 0 27 3D 19 16 30 34
Octal 277 165 112 0 47 75 31 26 60 64
Binary 10111111 1110101 1001010 0 100111 111101 11001 10110 110000 110100

Color Harmonies of #BF754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF754A

Black with #BF754A

Text Example


Text Example

White with #BF754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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