Html Css Color HEX #BC8345 Brandy Punch

📋 copy color: '#BC8345'

red 188 ◦ green 131 ◦ blue 69

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

Shades of Brandy Punch #BC8345

Tints of Brandy Punch #BC8345

RGB

 RED value IS 188 (73.83% from 255) = 48.45%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 48.45%
G = 33.76%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8345 (or 0xBC8345) is known color: Brandy Punch. HEX triplet: BC, 83 and 45. RGB value is (188,131,69). Sum of RGB (Red+Green+Blue) = 188+131+69=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8345 is #437CBA. Grayscale: #8D8D8D. Windows color (decimal): -4422843 or 4555708. OLE color: 4555708.

HSL color Cylindrical-coordinate representation of color #BC8345: hue angle of 31.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8345 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 69 -
CMYK 0 0.30 0.63 0.26
HSL 31.26º 0.47% 0.5% -
HSV(B) 31.26º 0.63% 0.74% -
XYZ 29.93 27.35 9.33 -
YUV 140.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 188 131 69 0 0.30 0.63 0.26 31.26 0.47 0.5
Hex BC 83 45 0 1E 3F 1A 1F 2F 32
Octal 274 203 105 0 36 77 32 37 57 62
Binary 10111100 10000011 1000101 0 11110 111111 11010 11111 101111 110010

Color Harmonies of #BC8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8345

Black with #BC8345

Text Example


Text Example

White with #BC8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8345; }

 p { color: rgb(188,131,69); }

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

background-color css

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

 a { background-color: rgb(188,131,69); }

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

border-color css

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

 span { border-color: rgb(188,131,69); }

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