Html Css Color HEX #BC774B Brandy Punch

📋 copy color: '#BC774B'

red 188 ◦ green 119 ◦ blue 75

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

Shades of Brandy Punch #BC774B

Tints of Brandy Punch #BC774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 49.21%
G = 31.15%
B = 19.63%

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

#BC774B (or 0xBC774B) is known color: Brandy Punch. HEX triplet: BC, 77 and 4B. RGB value is (188,119,75). Sum of RGB (Red+Green+Blue) = 188+119+75=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC774B is #4388B4. Grayscale: #868686. Windows color (decimal): -4425909 or 4945852. OLE color: 4945852.

HSL color Cylindrical-coordinate representation of color #BC774B: hue angle of 23.36º 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 #BC774B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 75 -
CMYK 0 0.37 0.60 0.26
HSL 23.36º 0.46% 0.52% -
HSV(B) 23.36º 0.6% 0.74% -
XYZ 28.61 24.39 9.86 -
YUV 134.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 188 119 75 0 0.37 0.60 0.26 23.36 0.46 0.52
Hex BC 77 4B 0 25 3C 1A 17 2E 34
Octal 274 167 113 0 45 74 32 27 56 64
Binary 10111100 1110111 1001011 0 100101 111100 11010 10111 101110 110100

Color Harmonies of #BC774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC774B

Black with #BC774B

Text Example


Text Example

White with #BC774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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