Html Css Color HEX #B9791D Pirate Gold

📋 copy color: '#B9791D'

red 185 ◦ green 121 ◦ blue 29

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

Shades of Pirate Gold #B9791D

Tints of Pirate Gold #B9791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 55.22%
G = 36.12%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9791D (or 0xB9791D) is known color: Pirate Gold. HEX triplet: B9, 79 and 1D. RGB value is (185,121,29). Sum of RGB (Red+Green+Blue) = 185+121+29=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9791D is #4686E2. Grayscale: #828282. Windows color (decimal): -4622051 or 1931705. OLE color: 1931705.

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

Color convert

RGB 185 121 29 -
CMYK 0 0.35 0.84 0.27
HSL 35.38º 0.73% 0.42% -
HSV(B) 35.38º 0.84% 0.73% -
XYZ 27.07 24.08 4.38 -
YUV 129.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 185 121 29 0 0.35 0.84 0.27 35.38 0.73 0.42
Hex B9 79 1D 0 23 54 1B 23 49 2A
Octal 271 171 35 0 43 124 33 43 111 52
Binary 10111001 1111001 11101 0 100011 1010100 11011 100011 1001001 101010

Color Harmonies of #B9791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9791D

Black with #B9791D

Text Example


Text Example

White with #B9791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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