Html Css Color HEX #BD803C Brandy Punch

📋 copy color: '#BD803C'

red 189 ◦ green 128 ◦ blue 60

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

Shades of Brandy Punch #BD803C

Tints of Brandy Punch #BD803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 50.13%
G = 33.95%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD803C (or 0xBD803C) is known color: Brandy Punch. HEX triplet: BD, 80 and 3C. RGB value is (189,128,60). Sum of RGB (Red+Green+Blue) = 189+128+60=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803C is #427FC3. Grayscale: #8A8A8A. Windows color (decimal): -4358084 or 3965117. OLE color: 3965117.

HSL color Cylindrical-coordinate representation of color #BD803C: hue angle of 31.63º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD803C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 60 -
CMYK 0 0.32 0.68 0.26
HSL 31.63º 0.52% 0.49% -
HSV(B) 31.63º 0.68% 0.74% -
XYZ 29.52 26.58 7.85 -
YUV 138.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 189 128 60 0 0.32 0.68 0.26 31.63 0.52 0.49
Hex BD 80 3C 0 20 44 1A 20 34 31
Octal 275 200 74 0 40 104 32 40 64 61
Binary 10111101 10000000 111100 0 100000 1000100 11010 100000 110100 110001

Color Harmonies of #BD803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD803C

Black with #BD803C

Text Example


Text Example

White with #BD803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD803C; }

 p { color: rgb(189,128,60); }

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

background-color css

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

 a { background-color: rgb(189,128,60); }

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

border-color css

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

 span { border-color: rgb(189,128,60); }

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