Html Css Color HEX #BD7C3A Brandy Punch

📋 copy color: '#BD7C3A'

red 189 ◦ green 124 ◦ blue 58

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

Shades of Brandy Punch #BD7C3A

Tints of Brandy Punch #BD7C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 50.94%
G = 33.42%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD7C3A (or 0xBD7C3A) is known color: Brandy Punch. HEX triplet: BD, 7C and 3A. RGB value is (189,124,58). Sum of RGB (Red+Green+Blue) = 189+124+58=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C3A is #4283C5. Grayscale: #888888. Windows color (decimal): -4359110 or 3833021. OLE color: 3833021.

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

Color convert

RGB 189 124 58 -
CMYK 0 0.34 0.69 0.26
HSL 30.23º 0.53% 0.48% -
HSV(B) 30.23º 0.69% 0.74% -
XYZ 28.96 25.54 7.41 -
YUV 135.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 189 124 58 0 0.34 0.69 0.26 30.23 0.53 0.48
Hex BD 7C 3A 0 22 45 1A 1E 35 30
Octal 275 174 72 0 42 105 32 36 65 60
Binary 10111101 1111100 111010 0 100010 1000101 11010 11110 110101 110000

Color Harmonies of #BD7C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C3A

Black with #BD7C3A

Text Example


Text Example

White with #BD7C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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