Html Css Color HEX #B6773C Brandy Punch

📋 copy color: '#B6773C'

red 182 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #B6773C

Tints of Brandy Punch #B6773C

RGB

 RED value IS 182 (71.48% from 255) = 50.42%

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

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

R = 50.42%
G = 32.96%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6773C (or 0xB6773C) is known color: Brandy Punch. HEX triplet: B6, 77 and 3C. RGB value is (182,119,60). Sum of RGB (Red+Green+Blue) = 182+119+60=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6773C is #4988C3. Grayscale: #838383. Windows color (decimal): -4819140 or 3962806. OLE color: 3962806.

HSL color Cylindrical-coordinate representation of color #B6773C: hue angle of 29.02º 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 #B6773C is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 119 60 -
CMYK 0 0.35 0.67 0.29
HSL 29.02º 0.5% 0.47% -
HSV(B) 29.02º 0.67% 0.71% -
XYZ 26.7 23.46 7.4 -
YUV 131.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 182 119 60 0 0.35 0.67 0.29 29.02 0.5 0.47
Hex B6 77 3C 0 23 43 1D 1D 32 2F
Octal 266 167 74 0 43 103 35 35 62 57
Binary 10110110 1110111 111100 0 100011 1000011 11101 11101 110010 101111

Color Harmonies of #B6773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6773C

Black with #B6773C

Text Example


Text Example

White with #B6773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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