Html Css Color HEX #B27948 Brandy Punch

📋 copy color: '#B27948'

red 178 ◦ green 121 ◦ blue 72

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

Shades of Brandy Punch #B27948

Tints of Brandy Punch #B27948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 47.98%
G = 32.61%
B = 19.41%

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

#B27948 (or 0xB27948) is known color: Brandy Punch. HEX triplet: B2, 79 and 48. RGB value is (178,121,72). Sum of RGB (Red+Green+Blue) = 178+121+72=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B27948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27948 is #4D86B7. Grayscale: #848484. Windows color (decimal): -5080760 or 4749746. OLE color: 4749746.

HSL color Cylindrical-coordinate representation of color #B27948: hue angle of 27.74º degrees, saturation: 0.42, 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 #B27948 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 72 -
CMYK 0 0.32 0.60 0.30
HSL 27.74º 0.42% 0.49% -
HSV(B) 27.74º 0.6% 0.7% -
XYZ 26.37 23.61 9.3 -
YUV 132.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 178 121 72 0 0.32 0.60 0.30 27.74 0.42 0.49
Hex B2 79 48 0 20 3C 1E 1C 2A 31
Octal 262 171 110 0 40 74 36 34 52 61
Binary 10110010 1111001 1001000 0 100000 111100 11110 11100 101010 110001

Color Harmonies of #B27948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27948

Black with #B27948

Text Example


Text Example

White with #B27948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27948; }

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

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

background-color css

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

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

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

border-color css

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

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

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