Html Css Color HEX #BD7A3D Brandy Punch

📋 copy color: '#BD7A3D'

red 189 ◦ green 122 ◦ blue 61

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

Shades of Brandy Punch #BD7A3D

Tints of Brandy Punch #BD7A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 50.81%
G = 32.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD7A3D (or 0xBD7A3D) is known color: Brandy Punch. HEX triplet: BD, 7A and 3D. RGB value is (189,122,61). Sum of RGB (Red+Green+Blue) = 189+122+61=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A3D is #4285C2. Grayscale: #878787. Windows color (decimal): -4359619 or 4029117. OLE color: 4029117.

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

Color convert

RGB 189 122 61 -
CMYK 0 0.35 0.68 0.26
HSL 28.59º 0.51% 0.49% -
HSV(B) 28.59º 0.68% 0.74% -
XYZ 28.79 25.07 7.74 -
YUV 135.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 189 122 61 0 0.35 0.68 0.26 28.59 0.51 0.49
Hex BD 7A 3D 0 23 44 1A 1D 33 31
Octal 275 172 75 0 43 104 32 35 63 61
Binary 10111101 1111010 111101 0 100011 1000100 11010 11101 110011 110001

Color Harmonies of #BD7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A3D

Black with #BD7A3D

Text Example


Text Example

White with #BD7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A3D; }

 p { color: rgb(189,122,61); }

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

background-color css

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

 a { background-color: rgb(189,122,61); }

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

border-color css

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

 span { border-color: rgb(189,122,61); }

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