Html Css Color HEX #BC7941 Brandy Punch

📋 copy color: '#BC7941'

red 188 ◦ green 121 ◦ blue 65

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

Shades of Brandy Punch #BC7941

Tints of Brandy Punch #BC7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 50.27%
G = 32.35%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7941 (or 0xBC7941) is known color: Brandy Punch. HEX triplet: BC, 79 and 41. RGB value is (188,121,65). Sum of RGB (Red+Green+Blue) = 188+121+65=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7941 is #4386BE. Grayscale: #868686. Windows color (decimal): -4425407 or 4291004. OLE color: 4291004.

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

Color convert

RGB 188 121 65 -
CMYK 0 0.36 0.65 0.26
HSL 27.32º 0.49% 0.5% -
HSV(B) 27.32º 0.65% 0.74% -
XYZ 28.53 24.75 8.27 -
YUV 134.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 188 121 65 0 0.36 0.65 0.26 27.32 0.49 0.5
Hex BC 79 41 0 24 41 1A 1B 31 32
Octal 274 171 101 0 44 101 32 33 61 62
Binary 10111100 1111001 1000001 0 100100 1000001 11010 11011 110001 110010

Color Harmonies of #BC7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7941

Black with #BC7941

Text Example


Text Example

White with #BC7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7941; }

 p { color: rgb(188,121,65); }

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

background-color css

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

 a { background-color: rgb(188,121,65); }

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

border-color css

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

 span { border-color: rgb(188,121,65); }

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