Html Css Color HEX #B27947 Brandy Punch

📋 copy color: '#B27947'

red 178 ◦ green 121 ◦ blue 71

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

Shades of Brandy Punch #B27947

Tints of Brandy Punch #B27947

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 48.11%
G = 32.7%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B27947 (or 0xB27947) is known color: Brandy Punch. HEX triplet: B2, 79 and 47. RGB value is (178,121,71). Sum of RGB (Red+Green+Blue) = 178+121+71=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B27947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27947 is #4D86B8. Grayscale: #848484. Windows color (decimal): -5080761 or 4684210. OLE color: 4684210.

HSL color Cylindrical-coordinate representation of color #B27947: hue angle of 28.04º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B27947 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 71 -
CMYK 0 0.32 0.60 0.30
HSL 28.04º 0.43% 0.49% -
HSV(B) 28.04º 0.6% 0.7% -
XYZ 26.33 23.59 9.13 -
YUV 132.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 178 121 71 0 0.32 0.60 0.30 28.04 0.43 0.49
Hex B2 79 47 0 20 3C 1E 1C 2B 31
Octal 262 171 107 0 40 74 36 34 53 61
Binary 10110010 1111001 1000111 0 100000 111100 11110 11100 101011 110001

Color Harmonies of #B27947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27947

Black with #B27947

Text Example


Text Example

White with #B27947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27947; }

 p { color: rgb(178,121,71); }

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

background-color css

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

 a { background-color: rgb(178,121,71); }

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

border-color css

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

 span { border-color: rgb(178,121,71); }

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