Html Css Color HEX #BC764B Brandy Punch

📋 copy color: '#BC764B'

red 188 ◦ green 118 ◦ blue 75

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

Shades of Brandy Punch #BC764B

Tints of Brandy Punch #BC764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 49.34%
G = 30.97%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC764B (or 0xBC764B) is known color: Brandy Punch. HEX triplet: BC, 76 and 4B. RGB value is (188,118,75). Sum of RGB (Red+Green+Blue) = 188+118+75=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC764B is #4389B4. Grayscale: #868686. Windows color (decimal): -4426165 or 4945596. OLE color: 4945596.

HSL color Cylindrical-coordinate representation of color #BC764B: hue angle of 22.83º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC764B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 75 -
CMYK 0 0.37 0.60 0.26
HSL 22.83º 0.46% 0.52% -
HSV(B) 22.83º 0.6% 0.74% -
XYZ 28.49 24.16 9.82 -
YUV 134.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 188 118 75 0 0.37 0.60 0.26 22.83 0.46 0.52
Hex BC 76 4B 0 25 3C 1A 17 2E 34
Octal 274 166 113 0 45 74 32 27 56 64
Binary 10111100 1110110 1001011 0 100101 111100 11010 10111 101110 110100

Color Harmonies of #BC764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC764B

Black with #BC764B

Text Example


Text Example

White with #BC764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC764B; }

 p { color: rgb(188,118,75); }

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

background-color css

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

 a { background-color: rgb(188,118,75); }

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

border-color css

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

 span { border-color: rgb(188,118,75); }

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