Html Css Color HEX #B97A1A Pirate Gold

📋 copy color: '#B97A1A'

red 185 ◦ green 122 ◦ blue 26

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

Shades of Pirate Gold #B97A1A

Tints of Pirate Gold #B97A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 55.56%
G = 36.64%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B97A1A (or 0xB97A1A) is known color: Pirate Gold. HEX triplet: B9, 7A and 1A. RGB value is (185,122,26). Sum of RGB (Red+Green+Blue) = 185+122+26=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97A1A is #4685E5. Grayscale: #828282. Windows color (decimal): -4621798 or 1735353. OLE color: 1735353.

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

Color convert

RGB 185 122 26 -
CMYK 0 0.34 0.86 0.27
HSL 36.23º 0.75% 0.41% -
HSV(B) 36.23º 0.86% 0.73% -
XYZ 27.15 24.31 4.24 -
YUV 129.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 185 122 26 0 0.34 0.86 0.27 36.23 0.75 0.41
Hex B9 7A 1A 0 22 56 1B 24 4B 29
Octal 271 172 32 0 42 126 33 44 113 51
Binary 10111001 1111010 11010 0 100010 1010110 11011 100100 1001011 101001

Color Harmonies of #B97A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A1A

Black with #B97A1A

Text Example


Text Example

White with #B97A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A1A; }

 p { color: rgb(185,122,26); }

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

background-color css

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

 a { background-color: rgb(185,122,26); }

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

border-color css

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

 span { border-color: rgb(185,122,26); }

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