Html Css Color HEX #BC754B Brandy Punch

📋 copy color: '#BC754B'

red 188 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #BC754B

Tints of Brandy Punch #BC754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 49.47%
G = 30.79%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC754B (or 0xBC754B) is known color: Brandy Punch. HEX triplet: BC, 75 and 4B. RGB value is (188,117,75). Sum of RGB (Red+Green+Blue) = 188+117+75=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC754B is #438AB4. Grayscale: #858585. Windows color (decimal): -4426421 or 4945340. OLE color: 4945340.

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

Color convert

RGB 188 117 75 -
CMYK 0 0.38 0.60 0.26
HSL 22.3º 0.46% 0.52% -
HSV(B) 22.3º 0.6% 0.74% -
XYZ 28.37 23.92 9.78 -
YUV 133.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 188 117 75 0 0.38 0.60 0.26 22.3 0.46 0.52
Hex BC 75 4B 0 26 3C 1A 16 2E 34
Octal 274 165 113 0 46 74 32 26 56 64
Binary 10111100 1110101 1001011 0 100110 111100 11010 10110 101110 110100

Color Harmonies of #BC754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC754B

Black with #BC754B

Text Example


Text Example

White with #BC754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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