Html Css Color HEX #BD803E Brandy Punch

📋 copy color: '#BD803E'

red 189 ◦ green 128 ◦ blue 62

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

Shades of Brandy Punch #BD803E

Tints of Brandy Punch #BD803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 49.87%
G = 33.77%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD803E (or 0xBD803E) is known color: Brandy Punch. HEX triplet: BD, 80 and 3E. RGB value is (189,128,62). Sum of RGB (Red+Green+Blue) = 189+128+62=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803E is #427FC1. Grayscale: #8B8B8B. Windows color (decimal): -4358082 or 4096189. OLE color: 4096189.

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

Color convert

RGB 189 128 62 -
CMYK 0 0.32 0.67 0.26
HSL 31.18º 0.51% 0.49% -
HSV(B) 31.18º 0.67% 0.74% -
XYZ 29.57 26.6 8.13 -
YUV 138.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 189 128 62 0 0.32 0.67 0.26 31.18 0.51 0.49
Hex BD 80 3E 0 20 43 1A 1F 33 31
Octal 275 200 76 0 40 103 32 37 63 61
Binary 10111101 10000000 111110 0 100000 1000011 11010 11111 110011 110001

Color Harmonies of #BD803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD803E

Black with #BD803E

Text Example


Text Example

White with #BD803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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