Html Css Color HEX #B9751D Pirate Gold

📋 copy color: '#B9751D'

red 185 ◦ green 117 ◦ blue 29

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

Shades of Pirate Gold #B9751D

Tints of Pirate Gold #B9751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 55.89%
G = 35.35%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9751D (or 0xB9751D) is known color: Pirate Gold. HEX triplet: B9, 75 and 1D. RGB value is (185,117,29). Sum of RGB (Red+Green+Blue) = 185+117+29=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9751D is #468AE2. Grayscale: #7F7F7F. Windows color (decimal): -4623075 or 1930681. OLE color: 1930681.

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

Color convert

RGB 185 117 29 -
CMYK 0 0.37 0.84 0.27
HSL 33.85º 0.73% 0.42% -
HSV(B) 33.85º 0.84% 0.73% -
XYZ 26.59 23.13 4.22 -
YUV 127.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 185 117 29 0 0.37 0.84 0.27 33.85 0.73 0.42
Hex B9 75 1D 0 25 54 1B 22 49 2A
Octal 271 165 35 0 45 124 33 42 111 52
Binary 10111001 1110101 11101 0 100101 1010100 11011 100010 1001001 101010

Color Harmonies of #B9751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9751D

Black with #B9751D

Text Example


Text Example

White with #B9751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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