Html Css Color HEX #BD7C4A Brandy Punch

📋 copy color: '#BD7C4A'

red 189 ◦ green 124 ◦ blue 74

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

Shades of Brandy Punch #BD7C4A

Tints of Brandy Punch #BD7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 48.84%
G = 32.04%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD7C4A (or 0xBD7C4A) is known color: Brandy Punch. HEX triplet: BD, 7C and 4A. RGB value is (189,124,74). Sum of RGB (Red+Green+Blue) = 189+124+74=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C4A is #4283B5. Grayscale: #8A8A8A. Windows color (decimal): -4359094 or 4881597. OLE color: 4881597.

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

Color convert

RGB 189 124 74 -
CMYK 0 0.34 0.61 0.26
HSL 26.09º 0.47% 0.52% -
HSV(B) 26.09º 0.61% 0.74% -
XYZ 29.43 25.73 9.89 -
YUV 137.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 189 124 74 0 0.34 0.61 0.26 26.09 0.47 0.52
Hex BD 7C 4A 0 22 3D 1A 1A 2F 34
Octal 275 174 112 0 42 75 32 32 57 64
Binary 10111101 1111100 1001010 0 100010 111101 11010 11010 101111 110100

Color Harmonies of #BD7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C4A

Black with #BD7C4A

Text Example


Text Example

White with #BD7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C4A; }

 p { color: rgb(189,124,74); }

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

background-color css

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

 a { background-color: rgb(189,124,74); }

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

border-color css

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

 span { border-color: rgb(189,124,74); }

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