Html Css Color HEX #BF7B43 Brandy Punch

📋 copy color: '#BF7B43'

red 191 ◦ green 123 ◦ blue 67

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

Shades of Brandy Punch #BF7B43

Tints of Brandy Punch #BF7B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 50.13%
G = 32.28%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF7B43 (or 0xBF7B43) is known color: Brandy Punch. HEX triplet: BF, 7B and 43. RGB value is (191,123,67). Sum of RGB (Red+Green+Blue) = 191+123+67=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B43 is #4084BC. Grayscale: #898989. Windows color (decimal): -4228285 or 4422591. OLE color: 4422591.

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

Color convert

RGB 191 123 67 -
CMYK 0 0.36 0.65 0.25
HSL 27.1º 0.49% 0.51% -
HSV(B) 27.1º 0.65% 0.75% -
XYZ 29.58 25.65 8.7 -
YUV 136.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 191 123 67 0 0.36 0.65 0.25 27.1 0.49 0.51
Hex BF 7B 43 0 24 41 19 1B 31 33
Octal 277 173 103 0 44 101 31 33 61 63
Binary 10111111 1111011 1000011 0 100100 1000001 11001 11011 110001 110011

Color Harmonies of #BF7B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B43

Black with #BF7B43

Text Example


Text Example

White with #BF7B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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