Html Css Color HEX #B98026 Pirate Gold

📋 copy color: '#B98026'

red 185 ◦ green 128 ◦ blue 38

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

Shades of Pirate Gold #B98026

Tints of Pirate Gold #B98026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 52.71%
G = 36.47%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B98026 (or 0xB98026) is known color: Pirate Gold. HEX triplet: B9, 80 and 26. RGB value is (185,128,38). Sum of RGB (Red+Green+Blue) = 185+128+38=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B98026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98026 is #467FD9. Grayscale: #878787. Windows color (decimal): -4620250 or 2523321. OLE color: 2523321.

HSL color Cylindrical-coordinate representation of color #B98026: hue angle of 36.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B98026 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 38 -
CMYK 0 0.31 0.79 0.27
HSL 36.73º 0.66% 0.44% -
HSV(B) 36.73º 0.79% 0.73% -
XYZ 28.08 25.89 5.35 -
YUV 134.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 185 128 38 0 0.31 0.79 0.27 36.73 0.66 0.44
Hex B9 80 26 0 1F 4F 1B 25 42 2C
Octal 271 200 46 0 37 117 33 45 102 54
Binary 10111001 10000000 100110 0 11111 1001111 11011 100101 1000010 101100

Color Harmonies of #B98026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98026

Black with #B98026

Text Example


Text Example

White with #B98026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98026; }

 p { color: rgb(185,128,38); }

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

background-color css

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

 a { background-color: rgb(185,128,38); }

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

border-color css

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

 span { border-color: rgb(185,128,38); }

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