Html Css Color HEX #B9722A Pirate Gold

📋 copy color: '#B9722A'

red 185 ◦ green 114 ◦ blue 42

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

Shades of Pirate Gold #B9722A

Tints of Pirate Gold #B9722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 54.25%
G = 33.43%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9722A (or 0xB9722A) is known color: Pirate Gold. HEX triplet: B9, 72 and 2A. RGB value is (185,114,42). Sum of RGB (Red+Green+Blue) = 185+114+42=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9722A is #468DD5. Grayscale: #7F7F7F. Windows color (decimal): -4623830 or 2781881. OLE color: 2781881.

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

Color convert

RGB 185 114 42 -
CMYK 0 0.38 0.77 0.27
HSL 30.21º 0.63% 0.45% -
HSV(B) 30.21º 0.77% 0.73% -
XYZ 26.44 22.52 5.14 -
YUV 127.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 185 114 42 0 0.38 0.77 0.27 30.21 0.63 0.45
Hex B9 72 2A 0 26 4D 1B 1E 3F 2D
Octal 271 162 52 0 46 115 33 36 77 55
Binary 10111001 1110010 101010 0 100110 1001101 11011 11110 111111 101101

Color Harmonies of #B9722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9722A

Black with #B9722A

Text Example


Text Example

White with #B9722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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