Html Css Color HEX #B27A46 Brandy Punch

📋 copy color: '#B27A46'

red 178 ◦ green 122 ◦ blue 70

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

Shades of Brandy Punch #B27A46

Tints of Brandy Punch #B27A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 48.11%
G = 32.97%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27A46 (or 0xB27A46) is known color: Brandy Punch. HEX triplet: B2, 7A and 46. RGB value is (178,122,70). Sum of RGB (Red+Green+Blue) = 178+122+70=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A46 is #4D85B9. Grayscale: #858585. Windows color (decimal): -5080506 or 4618930. OLE color: 4618930.

HSL color Cylindrical-coordinate representation of color #B27A46: hue angle of 28.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B27A46 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 70 -
CMYK 0 0.31 0.61 0.30
HSL 28.89º 0.44% 0.49% -
HSV(B) 28.89º 0.61% 0.7% -
XYZ 26.43 23.83 9 -
YUV 132.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 178 122 70 0 0.31 0.61 0.30 28.89 0.44 0.49
Hex B2 7A 46 0 1F 3D 1E 1D 2C 31
Octal 262 172 106 0 37 75 36 35 54 61
Binary 10110010 1111010 1000110 0 11111 111101 11110 11101 101100 110001

Color Harmonies of #B27A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A46

Black with #B27A46

Text Example


Text Example

White with #B27A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A46; }

 p { color: rgb(178,122,70); }

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

background-color css

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

 a { background-color: rgb(178,122,70); }

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

border-color css

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

 span { border-color: rgb(178,122,70); }

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