Html Css Color HEX #BC743D Brandy Punch

📋 copy color: '#BC743D'

red 188 ◦ green 116 ◦ blue 61

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

Shades of Brandy Punch #BC743D

Tints of Brandy Punch #BC743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 51.51%
G = 31.78%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC743D (or 0xBC743D) is known color: Brandy Punch. HEX triplet: BC, 74 and 3D. RGB value is (188,116,61). Sum of RGB (Red+Green+Blue) = 188+116+61=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC743D is #438BC2. Grayscale: #838383. Windows color (decimal): -4426691 or 4027580. OLE color: 4027580.

HSL color Cylindrical-coordinate representation of color #BC743D: hue angle of 25.98º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC743D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 61 -
CMYK 0 0.38 0.68 0.26
HSL 25.98º 0.51% 0.49% -
HSV(B) 25.98º 0.68% 0.74% -
XYZ 27.83 23.52 7.49 -
YUV 131.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 188 116 61 0 0.38 0.68 0.26 25.98 0.51 0.49
Hex BC 74 3D 0 26 44 1A 1A 33 31
Octal 274 164 75 0 46 104 32 32 63 61
Binary 10111100 1110100 111101 0 100110 1000100 11010 11010 110011 110001

Color Harmonies of #BC743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC743D

Black with #BC743D

Text Example


Text Example

White with #BC743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC743D; }

 p { color: rgb(188,116,61); }

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

background-color css

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

 a { background-color: rgb(188,116,61); }

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

border-color css

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

 span { border-color: rgb(188,116,61); }

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