Html Css Color HEX #B98320 Pirate Gold

📋 copy color: '#B98320'

red 185 ◦ green 131 ◦ blue 32

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

Shades of Pirate Gold #B98320

Tints of Pirate Gold #B98320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 32 (12.89% from 255) = 9.2%

R = 53.16%
G = 37.64%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B98320 (or 0xB98320) is known color: Pirate Gold. HEX triplet: B9, 83 and 20. RGB value is (185,131,32). Sum of RGB (Red+Green+Blue) = 185+131+32=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B98320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98320 is #467CDF. Grayscale: #888888. Windows color (decimal): -4619488 or 2130873. OLE color: 2130873.

HSL color Cylindrical-coordinate representation of color #B98320: hue angle of 38.82º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B98320 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 32 -
CMYK 0 0.29 0.83 0.27
HSL 38.82º 0.71% 0.43% -
HSV(B) 38.82º 0.83% 0.73% -
XYZ 28.38 26.65 5.01 -
YUV 135.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 185 131 32 0 0.29 0.83 0.27 38.82 0.71 0.43
Hex B9 83 20 0 1D 53 1B 27 47 2B
Octal 271 203 40 0 35 123 33 47 107 53
Binary 10111001 10000011 100000 0 11101 1010011 11011 100111 1000111 101011

Color Harmonies of #B98320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98320

Black with #B98320

Text Example


Text Example

White with #B98320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98320; }

 p { color: rgb(185,131,32); }

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

background-color css

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

 a { background-color: rgb(185,131,32); }

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

border-color css

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

 span { border-color: rgb(185,131,32); }

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