Html Css Color HEX #B97323 Pirate Gold

📋 copy color: '#B97323'

red 185 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #B97323

Tints of Pirate Gold #B97323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 55.22%
G = 34.33%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B97323 (or 0xB97323) is known color: Pirate Gold. HEX triplet: B9, 73 and 23. RGB value is (185,115,35). Sum of RGB (Red+Green+Blue) = 185+115+35=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B97323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97323 is #468CDC. Grayscale: #7F7F7F. Windows color (decimal): -4623581 or 2323385. OLE color: 2323385.

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

Color convert

RGB 185 115 35 -
CMYK 0 0.38 0.81 0.27
HSL 32º 0.68% 0.43% -
HSV(B) 32º 0.81% 0.73% -
XYZ 26.44 22.7 4.58 -
YUV 126.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 185 115 35 0 0.38 0.81 0.27 32 0.68 0.43
Hex B9 73 23 0 26 51 1B 20 44 2B
Octal 271 163 43 0 46 121 33 40 104 53
Binary 10111001 1110011 100011 0 100110 1010001 11011 100000 1000100 101011

Color Harmonies of #B97323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97323

Black with #B97323

Text Example


Text Example

White with #B97323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97323; }

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

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

background-color css

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

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

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

border-color css

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

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

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