Html Css Color HEX #B6772C Pirate Gold

📋 copy color: '#B6772C'

red 182 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #B6772C

Tints of Pirate Gold #B6772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 52.75%
G = 34.49%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6772C (or 0xB6772C) is known color: Pirate Gold. HEX triplet: B6, 77 and 2C. RGB value is (182,119,44). Sum of RGB (Red+Green+Blue) = 182+119+44=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6772C is #4988D3. Grayscale: #818181. Windows color (decimal): -4819156 or 2914230. OLE color: 2914230.

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

Color convert

RGB 182 119 44 -
CMYK 0 0.35 0.76 0.29
HSL 32.61º 0.61% 0.44% -
HSV(B) 32.61º 0.76% 0.71% -
XYZ 26.34 23.32 5.5 -
YUV 129.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 182 119 44 0 0.35 0.76 0.29 32.61 0.61 0.44
Hex B6 77 2C 0 23 4C 1D 21 3D 2C
Octal 266 167 54 0 43 114 35 41 75 54
Binary 10110110 1110111 101100 0 100011 1001100 11101 100001 111101 101100

Color Harmonies of #B6772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6772C

Black with #B6772C

Text Example


Text Example

White with #B6772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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