Html Css Color HEX #B9742C Pirate Gold

📋 copy color: '#B9742C'

red 185 ◦ green 116 ◦ blue 44

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

Shades of Pirate Gold #B9742C

Tints of Pirate Gold #B9742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 53.62%
G = 33.62%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9742C (or 0xB9742C) is known color: Pirate Gold. HEX triplet: B9, 74 and 2C. RGB value is (185,116,44). Sum of RGB (Red+Green+Blue) = 185+116+44=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9742C is #468BD3. Grayscale: #808080. Windows color (decimal): -4623316 or 2913465. OLE color: 2913465.

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

Color convert

RGB 185 116 44 -
CMYK 0 0.37 0.76 0.27
HSL 30.64º 0.62% 0.45% -
HSV(B) 30.64º 0.76% 0.73% -
XYZ 26.71 22.99 5.41 -
YUV 128.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 185 116 44 0 0.37 0.76 0.27 30.64 0.62 0.45
Hex B9 74 2C 0 25 4C 1B 1F 3E 2D
Octal 271 164 54 0 45 114 33 37 76 55
Binary 10111001 1110100 101100 0 100101 1001100 11011 11111 111110 101101

Color Harmonies of #B9742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9742C

Black with #B9742C

Text Example


Text Example

White with #B9742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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