Html Css Color HEX #B9752A Pirate Gold

📋 copy color: '#B9752A'

red 185 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #B9752A

Tints of Pirate Gold #B9752A

RGB

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

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

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

R = 53.78%
G = 34.01%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9752A (or 0xB9752A) is known color: Pirate Gold. HEX triplet: B9, 75 and 2A. RGB value is (185,117,42). Sum of RGB (Red+Green+Blue) = 185+117+42=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9752A is #468AD5. Grayscale: #818181. Windows color (decimal): -4623062 or 2782649. OLE color: 2782649.

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

Color convert

RGB 185 117 42 -
CMYK 0 0.37 0.77 0.27
HSL 31.47º 0.63% 0.45% -
HSV(B) 31.47º 0.77% 0.73% -
XYZ 26.79 23.2 5.26 -
YUV 128.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 185 117 42 0 0.37 0.77 0.27 31.47 0.63 0.45
Hex B9 75 2A 0 25 4D 1B 1F 3F 2D
Octal 271 165 52 0 45 115 33 37 77 55
Binary 10111001 1110101 101010 0 100101 1001101 11011 11111 111111 101101

Color Harmonies of #B9752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9752A

Black with #B9752A

Text Example


Text Example

White with #B9752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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