Html Css Color HEX #B27C45 Brandy Punch

📋 copy color: '#B27C45'

red 178 ◦ green 124 ◦ blue 69

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

Shades of Brandy Punch #B27C45

Tints of Brandy Punch #B27C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 47.98%
G = 33.42%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27C45 (or 0xB27C45) is known color: Brandy Punch. HEX triplet: B2, 7C and 45. RGB value is (178,124,69). Sum of RGB (Red+Green+Blue) = 178+124+69=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C45 is #4D83BA. Grayscale: #868686. Windows color (decimal): -5079995 or 4553906. OLE color: 4553906.

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

Color convert

RGB 178 124 69 -
CMYK 0 0.30 0.61 0.30
HSL 30.28º 0.44% 0.48% -
HSV(B) 30.28º 0.61% 0.7% -
XYZ 26.64 24.31 8.92 -
YUV 133.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 178 124 69 0 0.30 0.61 0.30 30.28 0.44 0.48
Hex B2 7C 45 0 1E 3D 1E 1E 2C 30
Octal 262 174 105 0 36 75 36 36 54 60
Binary 10110010 1111100 1000101 0 11110 111101 11110 11110 101100 110000

Color Harmonies of #B27C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C45

Black with #B27C45

Text Example


Text Example

White with #B27C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C45; }

 p { color: rgb(178,124,69); }

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

background-color css

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

 a { background-color: rgb(178,124,69); }

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

border-color css

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

 span { border-color: rgb(178,124,69); }

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