Html Css Color HEX #BD803A Brandy Punch

📋 copy color: '#BD803A'

red 189 ◦ green 128 ◦ blue 58

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

Shades of Brandy Punch #BD803A

Tints of Brandy Punch #BD803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 50.4%
G = 34.13%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD803A (or 0xBD803A) is known color: Brandy Punch. HEX triplet: BD, 80 and 3A. RGB value is (189,128,58). Sum of RGB (Red+Green+Blue) = 189+128+58=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803A is #427FC5. Grayscale: #8A8A8A. Windows color (decimal): -4358086 or 3834045. OLE color: 3834045.

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

Color convert

RGB 189 128 58 -
CMYK 0 0.32 0.69 0.26
HSL 32.06º 0.53% 0.48% -
HSV(B) 32.06º 0.69% 0.74% -
XYZ 29.47 26.56 7.58 -
YUV 138.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 189 128 58 0 0.32 0.69 0.26 32.06 0.53 0.48
Hex BD 80 3A 0 20 45 1A 20 35 30
Octal 275 200 72 0 40 105 32 40 65 60
Binary 10111101 10000000 111010 0 100000 1000101 11010 100000 110101 110000

Color Harmonies of #BD803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD803A

Black with #BD803A

Text Example


Text Example

White with #BD803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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