Html Css Color HEX #BD803F Brandy Punch

📋 copy color: '#BD803F'

red 189 ◦ green 128 ◦ blue 63

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

Shades of Brandy Punch #BD803F

Tints of Brandy Punch #BD803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.58%

R = 49.74%
G = 33.68%
B = 16.58%

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

#BD803F (or 0xBD803F) is known color: Brandy Punch. HEX triplet: BD, 80 and 3F. RGB value is (189,128,63). Sum of RGB (Red+Green+Blue) = 189+128+63=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803F is #427FC0. Grayscale: #8B8B8B. Windows color (decimal): -4358081 or 4161725. OLE color: 4161725.

HSL color Cylindrical-coordinate representation of color #BD803F: hue angle of 30.95º degrees, saturation: 0.5, 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 #BD803F is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 63 -
CMYK 0 0.32 0.67 0.26
HSL 30.95º 0.5% 0.49% -
HSV(B) 30.95º 0.67% 0.74% -
XYZ 29.6 26.62 8.28 -
YUV 138.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 189 128 63 0 0.32 0.67 0.26 30.95 0.5 0.49
Hex BD 80 3F 0 20 43 1A 1F 32 31
Octal 275 200 77 0 40 103 32 37 62 61
Binary 10111101 10000000 111111 0 100000 1000011 11010 11111 110010 110001

Color Harmonies of #BD803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD803F

Black with #BD803F

Text Example


Text Example

White with #BD803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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