Html Css Color HEX #B27B41 Brandy Punch

📋 copy color: '#B27B41'

red 178 ◦ green 123 ◦ blue 65

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

Shades of Brandy Punch #B27B41

Tints of Brandy Punch #B27B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 48.63%
G = 33.61%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B27B41 (or 0xB27B41) is known color: Brandy Punch. HEX triplet: B2, 7B and 41. RGB value is (178,123,65). Sum of RGB (Red+Green+Blue) = 178+123+65=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B41 is #4D84BE. Grayscale: #858585. Windows color (decimal): -5080255 or 4291506. OLE color: 4291506.

HSL color Cylindrical-coordinate representation of color #B27B41: hue angle of 30.8º degrees, saturation: 0.47, 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 #B27B41 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 65 -
CMYK 0 0.31 0.63 0.30
HSL 30.8º 0.47% 0.48% -
HSV(B) 30.8º 0.63% 0.7% -
XYZ 26.4 24.01 8.24 -
YUV 132.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 178 123 65 0 0.31 0.63 0.30 30.8 0.47 0.48
Hex B2 7B 41 0 1F 3F 1E 1F 2F 30
Octal 262 173 101 0 37 77 36 37 57 60
Binary 10110010 1111011 1000001 0 11111 111111 11110 11111 101111 110000

Color Harmonies of #B27B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B41

Black with #B27B41

Text Example


Text Example

White with #B27B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B41; }

 p { color: rgb(178,123,65); }

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

background-color css

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

 a { background-color: rgb(178,123,65); }

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

border-color css

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

 span { border-color: rgb(178,123,65); }

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