Html Css Color HEX #BD783E Brandy Punch

📋 copy color: '#BD783E'

red 189 ◦ green 120 ◦ blue 62

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

Shades of Brandy Punch #BD783E

Tints of Brandy Punch #BD783E

RGB

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

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

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

R = 50.94%
G = 32.35%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD783E (or 0xBD783E) is known color: Brandy Punch. HEX triplet: BD, 78 and 3E. RGB value is (189,120,62). Sum of RGB (Red+Green+Blue) = 189+120+62=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD783E is #4287C1. Grayscale: #868686. Windows color (decimal): -4360130 or 4094141. OLE color: 4094141.

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

Color convert

RGB 189 120 62 -
CMYK 0 0.37 0.67 0.26
HSL 27.4º 0.51% 0.49% -
HSV(B) 27.4º 0.67% 0.74% -
XYZ 28.57 24.6 7.8 -
YUV 134.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 189 120 62 0 0.37 0.67 0.26 27.4 0.51 0.49
Hex BD 78 3E 0 25 43 1A 1B 33 31
Octal 275 170 76 0 45 103 32 33 63 61
Binary 10111101 1111000 111110 0 100101 1000011 11010 11011 110011 110001

Color Harmonies of #BD783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD783E

Black with #BD783E

Text Example


Text Example

White with #BD783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD783E; }

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

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

background-color css

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

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

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

border-color css

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

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

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