Html Css Color HEX #BC814B Brandy Punch

📋 copy color: '#BC814B'

red 188 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #BC814B

Tints of Brandy Punch #BC814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 47.96%
G = 32.91%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC814B (or 0xBC814B) is known color: Brandy Punch. HEX triplet: BC, 81 and 4B. RGB value is (188,129,75). Sum of RGB (Red+Green+Blue) = 188+129+75=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC814B is #437EB4. Grayscale: #8C8C8C. Windows color (decimal): -4423349 or 4948412. OLE color: 4948412.

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

Color convert

RGB 188 129 75 -
CMYK 0 0.31 0.60 0.26
HSL 28.67º 0.46% 0.52% -
HSV(B) 28.67º 0.6% 0.74% -
XYZ 29.86 26.9 10.28 -
YUV 140.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 188 129 75 0 0.31 0.60 0.26 28.67 0.46 0.52
Hex BC 81 4B 0 1F 3C 1A 1D 2E 34
Octal 274 201 113 0 37 74 32 35 56 64
Binary 10111100 10000001 1001011 0 11111 111100 11010 11101 101110 110100

Color Harmonies of #BC814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC814B

Black with #BC814B

Text Example


Text Example

White with #BC814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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