Html Css Color HEX #BC834B Brandy Punch

📋 copy color: '#BC834B'

red 188 ◦ green 131 ◦ blue 75

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

Shades of Brandy Punch #BC834B

Tints of Brandy Punch #BC834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 47.72%
G = 33.25%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC834B (or 0xBC834B) is known color: Brandy Punch. HEX triplet: BC, 83 and 4B. RGB value is (188,131,75). Sum of RGB (Red+Green+Blue) = 188+131+75=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC834B is #437CB4. Grayscale: #8D8D8D. Windows color (decimal): -4422837 or 4948924. OLE color: 4948924.

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

Color convert

RGB 188 131 75 -
CMYK 0 0.30 0.60 0.26
HSL 29.73º 0.46% 0.52% -
HSV(B) 29.73º 0.6% 0.74% -
XYZ 30.13 27.43 10.36 -
YUV 141.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 188 131 75 0 0.30 0.60 0.26 29.73 0.46 0.52
Hex BC 83 4B 0 1E 3C 1A 1E 2E 34
Octal 274 203 113 0 36 74 32 36 56 64
Binary 10111100 10000011 1001011 0 11110 111100 11010 11110 101110 110100

Color Harmonies of #BC834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC834B

Black with #BC834B

Text Example


Text Example

White with #BC834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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