Html Css Color HEX #B27E42 Brandy Punch

📋 copy color: '#B27E42'

red 178 ◦ green 126 ◦ blue 66

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

Shades of Brandy Punch #B27E42

Tints of Brandy Punch #B27E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 48.11%
G = 34.05%
B = 17.84%

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

#B27E42 (or 0xB27E42) is known color: Brandy Punch. HEX triplet: B2, 7E and 42. RGB value is (178,126,66). Sum of RGB (Red+Green+Blue) = 178+126+66=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E42 is #4D81BD. Grayscale: #868686. Windows color (decimal): -5079486 or 4357810. OLE color: 4357810.

HSL color Cylindrical-coordinate representation of color #B27E42: 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 #B27E42 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 66 -
CMYK 0 0.29 0.63 0.30
HSL 32.14º 0.46% 0.48% -
HSV(B) 32.14º 0.63% 0.7% -
XYZ 26.8 24.78 8.52 -
YUV 134.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 178 126 66 0 0.29 0.63 0.30 32.14 0.46 0.48
Hex B2 7E 42 0 1D 3F 1E 20 2E 30
Octal 262 176 102 0 35 77 36 40 56 60
Binary 10110010 1111110 1000010 0 11101 111111 11110 100000 101110 110000

Color Harmonies of #B27E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E42

Black with #B27E42

Text Example


Text Example

White with #B27E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E42; }

 p { color: rgb(178,126,66); }

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

background-color css

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

 a { background-color: rgb(178,126,66); }

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

border-color css

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

 span { border-color: rgb(178,126,66); }

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