Html Css Color HEX #B9761D Pirate Gold

📋 copy color: '#B9761D'

red 185 ◦ green 118 ◦ blue 29

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

Shades of Pirate Gold #B9761D

Tints of Pirate Gold #B9761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 55.72%
G = 35.54%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9761D (or 0xB9761D) is known color: Pirate Gold. HEX triplet: B9, 76 and 1D. RGB value is (185,118,29). Sum of RGB (Red+Green+Blue) = 185+118+29=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9761D is #4689E2. Grayscale: #808080. Windows color (decimal): -4622819 or 1930937. OLE color: 1930937.

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

Color convert

RGB 185 118 29 -
CMYK 0 0.36 0.84 0.27
HSL 34.23º 0.73% 0.42% -
HSV(B) 34.23º 0.84% 0.73% -
XYZ 26.71 23.36 4.26 -
YUV 127.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 185 118 29 0 0.36 0.84 0.27 34.23 0.73 0.42
Hex B9 76 1D 0 24 54 1B 22 49 2A
Octal 271 166 35 0 44 124 33 42 111 52
Binary 10111001 1110110 11101 0 100100 1010100 11011 100010 1001001 101010

Color Harmonies of #B9761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9761D

Black with #B9761D

Text Example


Text Example

White with #B9761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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