Html Css Color HEX #B9792E Pirate Gold

📋 copy color: '#B9792E'

red 185 ◦ green 121 ◦ blue 46

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

Shades of Pirate Gold #B9792E

Tints of Pirate Gold #B9792E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 52.56%
G = 34.38%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9792E (or 0xB9792E) is known color: Pirate Gold. HEX triplet: B9, 79 and 2E. RGB value is (185,121,46). Sum of RGB (Red+Green+Blue) = 185+121+46=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9792E is #4686D1. Grayscale: #838383. Windows color (decimal): -4622034 or 3045817. OLE color: 3045817.

HSL color Cylindrical-coordinate representation of color #B9792E: hue angle of 32.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9792E is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 46 -
CMYK 0 0.35 0.75 0.27
HSL 32.37º 0.6% 0.45% -
HSV(B) 32.37º 0.75% 0.73% -
XYZ 27.34 24.19 5.81 -
YUV 131.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 185 121 46 0 0.35 0.75 0.27 32.37 0.6 0.45
Hex B9 79 2E 0 23 4B 1B 20 3C 2D
Octal 271 171 56 0 43 113 33 40 74 55
Binary 10111001 1111001 101110 0 100011 1001011 11011 100000 111100 101101

Color Harmonies of #B9792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9792E

Black with #B9792E

Text Example


Text Example

White with #B9792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9792E; }

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

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

background-color css

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

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

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

border-color css

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

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

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