Html Css Color HEX #BB7543 Brandy Punch

📋 copy color: '#BB7543'

red 187 ◦ green 117 ◦ blue 67

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

Shades of Brandy Punch #BB7543

Tints of Brandy Punch #BB7543

RGB

 RED value IS 187 (73.44% from 255) = 50.4%

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

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

R = 50.4%
G = 31.54%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB7543 (or 0xBB7543) is known color: Brandy Punch. HEX triplet: BB, 75 and 43. RGB value is (187,117,67). Sum of RGB (Red+Green+Blue) = 187+117+67=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7543 is #448ABC. Grayscale: #848484. Windows color (decimal): -4491965 or 4421051. OLE color: 4421051.

HSL color Cylindrical-coordinate representation of color #BB7543: hue angle of 25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB7543 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 67 -
CMYK 0 0.37 0.64 0.27
HSL 25º 0.47% 0.5% -
HSV(B) 25º 0.64% 0.73% -
XYZ 27.87 23.69 8.41 -
YUV 132.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 187 117 67 0 0.37 0.64 0.27 25 0.47 0.5
Hex BB 75 43 0 25 40 1B 19 2F 32
Octal 273 165 103 0 45 100 33 31 57 62
Binary 10111011 1110101 1000011 0 100101 1000000 11011 11001 101111 110010

Color Harmonies of #BB7543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7543

Black with #BB7543

Text Example


Text Example

White with #BB7543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7543; }

 p { color: rgb(187,117,67); }

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

background-color css

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

 a { background-color: rgb(187,117,67); }

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

border-color css

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

 span { border-color: rgb(187,117,67); }

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