Html Css Color HEX #B37F43 Brandy Punch

📋 copy color: '#B37F43'

red 179 ◦ green 127 ◦ blue 67

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

Shades of Brandy Punch #B37F43

Tints of Brandy Punch #B37F43

RGB

 RED value IS 179 (70.31% from 255) = 47.99%

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 67 (26.56% from 255) = 17.96%

R = 47.99%
G = 34.05%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B37F43 (or 0xB37F43) is known color: Brandy Punch. HEX triplet: B3, 7F and 43. RGB value is (179,127,67). Sum of RGB (Red+Green+Blue) = 179+127+67=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F43 is #4C80BC. Grayscale: #888888. Windows color (decimal): -5013693 or 4423603. OLE color: 4423603.

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

Color convert

RGB 179 127 67 -
CMYK 0 0.29 0.63 0.30
HSL 32.14º 0.46% 0.48% -
HSV(B) 32.14º 0.63% 0.7% -
XYZ 27.19 25.17 8.73 -
YUV 135.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 179 127 67 0 0.29 0.63 0.30 32.14 0.46 0.48
Hex B3 7F 43 0 1D 3F 1E 20 2E 30
Octal 263 177 103 0 35 77 36 40 56 60
Binary 10110011 1111111 1000011 0 11101 111111 11110 100000 101110 110000

Color Harmonies of #B37F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F43

Black with #B37F43

Text Example


Text Example

White with #B37F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F43; }

 p { color: rgb(179,127,67); }

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

background-color css

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

 a { background-color: rgb(179,127,67); }

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

border-color css

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

 span { border-color: rgb(179,127,67); }

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