Html Css Color HEX #B98223 Pirate Gold

📋 copy color: '#B98223'

red 185 ◦ green 130 ◦ blue 35

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

Shades of Pirate Gold #B98223

Tints of Pirate Gold #B98223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 35 (14.06% from 255) = 10%

R = 52.86%
G = 37.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98223 (or 0xB98223) is known color: Pirate Gold. HEX triplet: B9, 82 and 23. RGB value is (185,130,35). Sum of RGB (Red+Green+Blue) = 185+130+35=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B98223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98223 is #467DDC. Grayscale: #888888. Windows color (decimal): -4619741 or 2327225. OLE color: 2327225.

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

Color convert

RGB 185 130 35 -
CMYK 0 0.30 0.81 0.27
HSL 38º 0.68% 0.43% -
HSV(B) 38º 0.81% 0.73% -
XYZ 28.29 26.4 5.19 -
YUV 135.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 185 130 35 0 0.30 0.81 0.27 38 0.68 0.43
Hex B9 82 23 0 1E 51 1B 26 44 2B
Octal 271 202 43 0 36 121 33 46 104 53
Binary 10111001 10000010 100011 0 11110 1010001 11011 100110 1000100 101011

Color Harmonies of #B98223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98223

Black with #B98223

Text Example


Text Example

White with #B98223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98223; }

 p { color: rgb(185,130,35); }

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

background-color css

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

 a { background-color: rgb(185,130,35); }

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

border-color css

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

 span { border-color: rgb(185,130,35); }

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