Html Css Color HEX #B47B3F Brandy Punch

📋 copy color: '#B47B3F'

red 180 ◦ green 123 ◦ blue 63

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

Shades of Brandy Punch #B47B3F

Tints of Brandy Punch #B47B3F

RGB

 RED value IS 180 (70.7% from 255) = 49.18%

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 49.18%
G = 33.61%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B47B3F (or 0xB47B3F) is known color: Brandy Punch. HEX triplet: B4, 7B and 3F. RGB value is (180,123,63). Sum of RGB (Red+Green+Blue) = 180+123+63=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B3F is #4B84C0. Grayscale: #858585. Windows color (decimal): -4949185 or 4160436. OLE color: 4160436.

HSL color Cylindrical-coordinate representation of color #B47B3F: hue angle of 30.77º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B47B3F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 63 -
CMYK 0 0.32 0.65 0.29
HSL 30.77º 0.48% 0.48% -
HSV(B) 30.77º 0.65% 0.71% -
XYZ 26.8 24.23 7.97 -
YUV 133.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 180 123 63 0 0.32 0.65 0.29 30.77 0.48 0.48
Hex B4 7B 3F 0 20 41 1D 1F 30 30
Octal 264 173 77 0 40 101 35 37 60 60
Binary 10110100 1111011 111111 0 100000 1000001 11101 11111 110000 110000

Color Harmonies of #B47B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B3F

Black with #B47B3F

Text Example


Text Example

White with #B47B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B3F; }

 p { color: rgb(180,123,63); }

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

background-color css

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

 a { background-color: rgb(180,123,63); }

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

border-color css

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

 span { border-color: rgb(180,123,63); }

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