Html Css Color HEX #B5763E Brandy Punch

📋 copy color: '#B5763E'

red 181 ◦ green 118 ◦ blue 62

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

Shades of Brandy Punch #B5763E

Tints of Brandy Punch #B5763E

RGB

 RED value IS 181 (71.09% from 255) = 50.14%

 GREEN value IS 118 (46.48% from 255) = 32.69%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 50.14%
G = 32.69%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5763E (or 0xB5763E) is known color: Brandy Punch. HEX triplet: B5, 76 and 3E. RGB value is (181,118,62). Sum of RGB (Red+Green+Blue) = 181+118+62=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5763E is #4A89C1. Grayscale: #828282. Windows color (decimal): -4884930 or 4093621. OLE color: 4093621.

HSL color Cylindrical-coordinate representation of color #B5763E: hue angle of 28.24º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5763E is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 118 62 -
CMYK 0 0.35 0.66 0.29
HSL 28.24º 0.49% 0.48% -
HSV(B) 28.24º 0.66% 0.71% -
XYZ 26.4 23.13 7.63 -
YUV 130.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 181 118 62 0 0.35 0.66 0.29 28.24 0.49 0.48
Hex B5 76 3E 0 23 42 1D 1C 31 30
Octal 265 166 76 0 43 102 35 34 61 60
Binary 10110101 1110110 111110 0 100011 1000010 11101 11100 110001 110000

Color Harmonies of #B5763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5763E

Black with #B5763E

Text Example


Text Example

White with #B5763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5763E; }

 p { color: rgb(181,118,62); }

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

background-color css

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

 a { background-color: rgb(181,118,62); }

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

border-color css

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

 span { border-color: rgb(181,118,62); }

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