Html Css Color HEX #B9772C Pirate Gold

📋 copy color: '#B9772C'

red 185 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #B9772C

Tints of Pirate Gold #B9772C

RGB

 RED value IS 185 (72.66% from 255) = 53.16%

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

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

R = 53.16%
G = 34.2%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9772C (or 0xB9772C) is known color: Pirate Gold. HEX triplet: B9, 77 and 2C. RGB value is (185,119,44). Sum of RGB (Red+Green+Blue) = 185+119+44=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9772C is #4688D3. Grayscale: #828282. Windows color (decimal): -4622548 or 2914233. OLE color: 2914233.

HSL color Cylindrical-coordinate representation of color #B9772C: hue angle of 31.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9772C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 44 -
CMYK 0 0.36 0.76 0.27
HSL 31.91º 0.62% 0.45% -
HSV(B) 31.91º 0.76% 0.73% -
XYZ 27.06 23.69 5.53 -
YUV 130.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 185 119 44 0 0.36 0.76 0.27 31.91 0.62 0.45
Hex B9 77 2C 0 24 4C 1B 20 3E 2D
Octal 271 167 54 0 44 114 33 40 76 55
Binary 10111001 1110111 101100 0 100100 1001100 11011 100000 111110 101101

Color Harmonies of #B9772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9772C

Black with #B9772C

Text Example


Text Example

White with #B9772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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