Html Css Color HEX #BD844C Brandy Punch

📋 copy color: '#BD844C'

red 189 ◦ green 132 ◦ blue 76

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

Shades of Brandy Punch #BD844C

Tints of Brandy Punch #BD844C

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 47.61%
G = 33.25%
B = 19.14%

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

#BD844C (or 0xBD844C) is known color: Brandy Punch. HEX triplet: BD, 84 and 4C. RGB value is (189,132,76). Sum of RGB (Red+Green+Blue) = 189+132+76=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD844C is #427BB3. Grayscale: #8E8E8E. Windows color (decimal): -4357044 or 5014717. OLE color: 5014717.

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

Color convert

RGB 189 132 76 -
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.54 27.84 10.6 -
YUV 142.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 189 132 76 0 0.30 0.60 0.26 29.73 0.46 0.52
Hex BD 84 4C 0 1E 3C 1A 1E 2E 34
Octal 275 204 114 0 36 74 32 36 56 64
Binary 10111101 10000100 1001100 0 11110 111100 11010 11110 101110 110100

Color Harmonies of #BD844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD844C

Black with #BD844C

Text Example


Text Example

White with #BD844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD844C; }

 p { color: rgb(189,132,76); }

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

background-color css

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

 a { background-color: rgb(189,132,76); }

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

border-color css

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

 span { border-color: rgb(189,132,76); }

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