Html Css Color HEX #BD784C Brandy Punch

📋 copy color: '#BD784C'

red 189 ◦ green 120 ◦ blue 76

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

Shades of Brandy Punch #BD784C

Tints of Brandy Punch #BD784C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 49.09%
G = 31.17%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD784C (or 0xBD784C) is known color: Brandy Punch. HEX triplet: BD, 78 and 4C. RGB value is (189,120,76). Sum of RGB (Red+Green+Blue) = 189+120+76=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD784C is #4287B3. Grayscale: #878787. Windows color (decimal): -4360116 or 5011645. OLE color: 5011645.

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

Color convert

RGB 189 120 76 -
CMYK 0 0.37 0.60 0.26
HSL 23.36º 0.46% 0.52% -
HSV(B) 23.36º 0.6% 0.74% -
XYZ 29.01 24.77 10.09 -
YUV 135.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 189 120 76 0 0.37 0.60 0.26 23.36 0.46 0.52
Hex BD 78 4C 0 25 3C 1A 17 2E 34
Octal 275 170 114 0 45 74 32 27 56 64
Binary 10111101 1111000 1001100 0 100101 111100 11010 10111 101110 110100

Color Harmonies of #BD784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD784C

Black with #BD784C

Text Example


Text Example

White with #BD784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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