Html Css Color HEX #B5773C Brandy Punch

📋 copy color: '#B5773C'

red 181 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #B5773C

Tints of Brandy Punch #B5773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 50.28%
G = 33.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5773C (or 0xB5773C) is known color: Brandy Punch. HEX triplet: B5, 77 and 3C. RGB value is (181,119,60). Sum of RGB (Red+Green+Blue) = 181+119+60=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5773C is #4A88C3. Grayscale: #838383. Windows color (decimal): -4884676 or 3962805. OLE color: 3962805.

HSL color Cylindrical-coordinate representation of color #B5773C: hue angle of 29.26º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5773C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 60 -
CMYK 0 0.34 0.67 0.29
HSL 29.26º 0.5% 0.47% -
HSV(B) 29.26º 0.67% 0.71% -
XYZ 26.47 23.34 7.39 -
YUV 130.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 181 119 60 0 0.34 0.67 0.29 29.26 0.5 0.47
Hex B5 77 3C 0 22 43 1D 1D 32 2F
Octal 265 167 74 0 42 103 35 35 62 57
Binary 10110101 1110111 111100 0 100010 1000011 11101 11101 110010 101111

Color Harmonies of #B5773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5773C

Black with #B5773C

Text Example


Text Example

White with #B5773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5773C; }

 p { color: rgb(181,119,60); }

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

background-color css

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

 a { background-color: rgb(181,119,60); }

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

border-color css

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

 span { border-color: rgb(181,119,60); }

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