Html Css Color HEX #B9762C Pirate Gold

📋 copy color: '#B9762C'

red 185 ◦ green 118 ◦ blue 44

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

Shades of Pirate Gold #B9762C

Tints of Pirate Gold #B9762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 53.31%
G = 34.01%
B = 12.68%

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

#B9762C (or 0xB9762C) is known color: Pirate Gold. HEX triplet: B9, 76 and 2C. RGB value is (185,118,44). Sum of RGB (Red+Green+Blue) = 185+118+44=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9762C is #4689D3. Grayscale: #818181. Windows color (decimal): -4622804 or 2913977. OLE color: 2913977.

HSL color Cylindrical-coordinate representation of color #B9762C: hue angle of 31.49º 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 #B9762C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 44 -
CMYK 0 0.36 0.76 0.27
HSL 31.49º 0.62% 0.45% -
HSV(B) 31.49º 0.76% 0.73% -
XYZ 26.94 23.45 5.49 -
YUV 129.6 79.7 167.52 -
System Red Green Blue C M Y K H S L
Decimal 185 118 44 0 0.36 0.76 0.27 31.49 0.62 0.45
Hex B9 76 2C 0 24 4C 1B 1F 3E 2D
Octal 271 166 54 0 44 114 33 37 76 55
Binary 10111001 1110110 101100 0 100100 1001100 11011 11111 111110 101101

Color Harmonies of #B9762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9762C

Black with #B9762C

Text Example


Text Example

White with #B9762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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