Html Css Color HEX #BD783A Brandy Punch

📋 copy color: '#BD783A'

red 189 ◦ green 120 ◦ blue 58

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

Shades of Brandy Punch #BD783A

Tints of Brandy Punch #BD783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

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

R = 51.5%
G = 32.7%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD783A (or 0xBD783A) is known color: Brandy Punch. HEX triplet: BD, 78 and 3A. RGB value is (189,120,58). Sum of RGB (Red+Green+Blue) = 189+120+58=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD783A is #4287C5. Grayscale: #858585. Windows color (decimal): -4360134 or 3831997. OLE color: 3831997.

HSL color Cylindrical-coordinate representation of color #BD783A: hue angle of 28.4º 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 #BD783A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 58 -
CMYK 0 0.37 0.69 0.26
HSL 28.4º 0.53% 0.48% -
HSV(B) 28.4º 0.69% 0.74% -
XYZ 28.47 24.56 7.24 -
YUV 133.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 189 120 58 0 0.37 0.69 0.26 28.4 0.53 0.48
Hex BD 78 3A 0 25 45 1A 1C 35 30
Octal 275 170 72 0 45 105 32 34 65 60
Binary 10111101 1111000 111010 0 100101 1000101 11010 11100 110101 110000

Color Harmonies of #BD783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD783A

Black with #BD783A

Text Example


Text Example

White with #BD783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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