Html Css Color HEX #BD783C Brandy Punch

📋 copy color: '#BD783C'

red 189 ◦ green 120 ◦ blue 60

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

Shades of Brandy Punch #BD783C

Tints of Brandy Punch #BD783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 51.22%
G = 32.52%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD783C (or 0xBD783C) is known color: Brandy Punch. HEX triplet: BD, 78 and 3C. RGB value is (189,120,60). Sum of RGB (Red+Green+Blue) = 189+120+60=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD783C is #4287C3. Grayscale: #868686. Windows color (decimal): -4360132 or 3963069. OLE color: 3963069.

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

Color convert

RGB 189 120 60 -
CMYK 0 0.37 0.68 0.26
HSL 27.91º 0.52% 0.49% -
HSV(B) 27.91º 0.68% 0.74% -
XYZ 28.52 24.58 7.52 -
YUV 133.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 189 120 60 0 0.37 0.68 0.26 27.91 0.52 0.49
Hex BD 78 3C 0 25 44 1A 1C 34 31
Octal 275 170 74 0 45 104 32 34 64 61
Binary 10111101 1111000 111100 0 100101 1000100 11010 11100 110100 110001

Color Harmonies of #BD783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD783C

Black with #BD783C

Text Example


Text Example

White with #BD783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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