Html Css Color HEX #B9772A Pirate Gold

📋 copy color: '#B9772A'

red 185 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #B9772A

Tints of Pirate Gold #B9772A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 53.47%
G = 34.39%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9772A (or 0xB9772A) is known color: Pirate Gold. HEX triplet: B9, 77 and 2A. RGB value is (185,119,42). Sum of RGB (Red+Green+Blue) = 185+119+42=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9772A is #4688D5. Grayscale: #828282. Windows color (decimal): -4622550 or 2783161. OLE color: 2783161.

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

Color convert

RGB 185 119 42 -
CMYK 0 0.36 0.77 0.27
HSL 32.31º 0.63% 0.45% -
HSV(B) 32.31º 0.77% 0.73% -
XYZ 27.02 23.68 5.34 -
YUV 129.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 185 119 42 0 0.36 0.77 0.27 32.31 0.63 0.45
Hex B9 77 2A 0 24 4D 1B 20 3F 2D
Octal 271 167 52 0 44 115 33 40 77 55
Binary 10111001 1110111 101010 0 100100 1001101 11011 100000 111111 101101

Color Harmonies of #B9772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9772A

Black with #B9772A

Text Example


Text Example

White with #B9772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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