Html Css Color HEX #BD7E3A Brandy Punch

📋 copy color: '#BD7E3A'

red 189 ◦ green 126 ◦ blue 58

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

Shades of Brandy Punch #BD7E3A

Tints of Brandy Punch #BD7E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 50.67%
G = 33.78%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD7E3A (or 0xBD7E3A) is known color: Brandy Punch. HEX triplet: BD, 7E and 3A. RGB value is (189,126,58). Sum of RGB (Red+Green+Blue) = 189+126+58=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E3A is #4281C5. Grayscale: #898989. Windows color (decimal): -4358598 or 3833533. OLE color: 3833533.

HSL color Cylindrical-coordinate representation of color #BD7E3A: hue angle of 31.15º 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 #BD7E3A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 58 -
CMYK 0 0.33 0.69 0.26
HSL 31.15º 0.53% 0.48% -
HSV(B) 31.15º 0.69% 0.74% -
XYZ 29.21 26.05 7.49 -
YUV 137.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 189 126 58 0 0.33 0.69 0.26 31.15 0.53 0.48
Hex BD 7E 3A 0 21 45 1A 1F 35 30
Octal 275 176 72 0 41 105 32 37 65 60
Binary 10111101 1111110 111010 0 100001 1000101 11010 11111 110101 110000

Color Harmonies of #BD7E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E3A

Black with #BD7E3A

Text Example


Text Example

White with #BD7E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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