Html Css Color HEX #BF764B Brandy Punch

📋 copy color: '#BF764B'

red 191 ◦ green 118 ◦ blue 75

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

Shades of Brandy Punch #BF764B

Tints of Brandy Punch #BF764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 49.74%
G = 30.73%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF764B (or 0xBF764B) is known color: Brandy Punch. HEX triplet: BF, 76 and 4B. RGB value is (191,118,75). Sum of RGB (Red+Green+Blue) = 191+118+75=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF764B is #4089B4. Grayscale: #878787. Windows color (decimal): -4229557 or 4945599. OLE color: 4945599.

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

Color convert

RGB 191 118 75 -
CMYK 0 0.38 0.61 0.25
HSL 22.24º 0.48% 0.52% -
HSV(B) 22.24º 0.61% 0.75% -
XYZ 29.23 24.54 9.85 -
YUV 134.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 191 118 75 0 0.38 0.61 0.25 22.24 0.48 0.52
Hex BF 76 4B 0 26 3D 19 16 30 34
Octal 277 166 113 0 46 75 31 26 60 64
Binary 10111111 1110110 1001011 0 100110 111101 11001 10110 110000 110100

Color Harmonies of #BF764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF764B

Black with #BF764B

Text Example


Text Example

White with #BF764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF764B; }

 p { color: rgb(191,118,75); }

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

background-color css

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

 a { background-color: rgb(191,118,75); }

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

border-color css

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

 span { border-color: rgb(191,118,75); }

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