Html Css Color HEX #BD784D Brandy Punch

📋 copy color: '#BD784D'

red 189 ◦ green 120 ◦ blue 77

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

Shades of Brandy Punch #BD784D

Tints of Brandy Punch #BD784D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 48.96%
G = 31.09%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD784D (or 0xBD784D) is known color: Brandy Punch. HEX triplet: BD, 78 and 4D. RGB value is (189,120,77). Sum of RGB (Red+Green+Blue) = 189+120+77=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD784D is #4287B2. Grayscale: #878787. Windows color (decimal): -4360115 or 5077181. OLE color: 5077181.

HSL color Cylindrical-coordinate representation of color #BD784D: hue angle of 23.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD784D is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 77 -
CMYK 0 0.37 0.59 0.26
HSL 23.04º 0.46% 0.52% -
HSV(B) 23.04º 0.59% 0.74% -
XYZ 29.04 24.79 10.27 -
YUV 135.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 189 120 77 0 0.37 0.59 0.26 23.04 0.46 0.52
Hex BD 78 4D 0 25 3B 1A 17 2E 34
Octal 275 170 115 0 45 73 32 27 56 64
Binary 10111101 1111000 1001101 0 100101 111011 11010 10111 101110 110100

Color Harmonies of #BD784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD784D

Black with #BD784D

Text Example


Text Example

White with #BD784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD784D; }

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

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

background-color css

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

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

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

border-color css

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

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

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