Html Css Color HEX #B47B42 Brandy Punch

📋 copy color: '#B47B42'

red 180 ◦ green 123 ◦ blue 66

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

Shades of Brandy Punch #B47B42

Tints of Brandy Punch #B47B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 48.78%
G = 33.33%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47B42 (or 0xB47B42) is known color: Brandy Punch. HEX triplet: B4, 7B and 42. RGB value is (180,123,66). Sum of RGB (Red+Green+Blue) = 180+123+66=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B42 is #4B84BD. Grayscale: #858585. Windows color (decimal): -4949182 or 4357044. OLE color: 4357044.

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

Color convert

RGB 180 123 66 -
CMYK 0 0.32 0.63 0.29
HSL 30º 0.46% 0.48% -
HSV(B) 30º 0.63% 0.71% -
XYZ 26.89 24.26 8.42 -
YUV 133.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 180 123 66 0 0.32 0.63 0.29 30 0.46 0.48
Hex B4 7B 42 0 20 3F 1D 1E 2E 30
Octal 264 173 102 0 40 77 35 36 56 60
Binary 10110100 1111011 1000010 0 100000 111111 11101 11110 101110 110000

Color Harmonies of #B47B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B42

Black with #B47B42

Text Example


Text Example

White with #B47B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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