Html Css Color HEX #BD803D Brandy Punch

📋 copy color: '#BD803D'

red 189 ◦ green 128 ◦ blue 61

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

Shades of Brandy Punch #BD803D

Tints of Brandy Punch #BD803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 50%
G = 33.86%
B = 16.14%

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

#BD803D (or 0xBD803D) is known color: Brandy Punch. HEX triplet: BD, 80 and 3D. RGB value is (189,128,61). Sum of RGB (Red+Green+Blue) = 189+128+61=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803D is #427FC2. Grayscale: #8A8A8A. Windows color (decimal): -4358083 or 4030653. OLE color: 4030653.

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

Color convert

RGB 189 128 61 -
CMYK 0 0.32 0.68 0.26
HSL 31.41º 0.51% 0.49% -
HSV(B) 31.41º 0.68% 0.74% -
XYZ 29.55 26.59 7.99 -
YUV 138.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 189 128 61 0 0.32 0.68 0.26 31.41 0.51 0.49
Hex BD 80 3D 0 20 44 1A 1F 33 31
Octal 275 200 75 0 40 104 32 37 63 61
Binary 10111101 10000000 111101 0 100000 1000100 11010 11111 110011 110001

Color Harmonies of #BD803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD803D

Black with #BD803D

Text Example


Text Example

White with #BD803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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