Html Css Color HEX #BC7B3A Brandy Punch

📋 copy color: '#BC7B3A'

red 188 ◦ green 123 ◦ blue 58

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

Shades of Brandy Punch #BC7B3A

Tints of Brandy Punch #BC7B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 50.95%
G = 33.33%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC7B3A (or 0xBC7B3A) is known color: Brandy Punch. HEX triplet: BC, 7B and 3A. RGB value is (188,123,58). Sum of RGB (Red+Green+Blue) = 188+123+58=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B3A is #4384C5. Grayscale: #878787. Windows color (decimal): -4424902 or 3832764. OLE color: 3832764.

HSL color Cylindrical-coordinate representation of color #BC7B3A: hue angle of 30º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC7B3A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 58 -
CMYK 0 0.35 0.69 0.26
HSL 30º 0.53% 0.48% -
HSV(B) 30º 0.69% 0.74% -
XYZ 28.59 25.16 7.35 -
YUV 135.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 188 123 58 0 0.35 0.69 0.26 30 0.53 0.48
Hex BC 7B 3A 0 23 45 1A 1E 35 30
Octal 274 173 72 0 43 105 32 36 65 60
Binary 10111100 1111011 111010 0 100011 1000101 11010 11110 110101 110000

Color Harmonies of #BC7B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B3A

Black with #BC7B3A

Text Example


Text Example

White with #BC7B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B3A; }

 p { color: rgb(188,123,58); }

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

background-color css

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

 a { background-color: rgb(188,123,58); }

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

border-color css

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

 span { border-color: rgb(188,123,58); }

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