Html Css Color HEX #B97D1D Pirate Gold

📋 copy color: '#B97D1D'

red 185 ◦ green 125 ◦ blue 29

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

Shades of Pirate Gold #B97D1D

Tints of Pirate Gold #B97D1D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 54.57%
G = 36.87%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B97D1D (or 0xB97D1D) is known color: Pirate Gold. HEX triplet: B9, 7D and 1D. RGB value is (185,125,29). Sum of RGB (Red+Green+Blue) = 185+125+29=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D1D is #4682E2. Grayscale: #848484. Windows color (decimal): -4621027 or 1932729. OLE color: 1932729.

HSL color Cylindrical-coordinate representation of color #B97D1D: hue angle of 36.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B97D1D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 125 29 -
CMYK 0 0.32 0.84 0.27
HSL 36.92º 0.73% 0.42% -
HSV(B) 36.92º 0.84% 0.73% -
XYZ 27.56 25.07 4.55 -
YUV 132 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 185 125 29 0 0.32 0.84 0.27 36.92 0.73 0.42
Hex B9 7D 1D 0 20 54 1B 25 49 2A
Octal 271 175 35 0 40 124 33 45 111 52
Binary 10111001 1111101 11101 0 100000 1010100 11011 100101 1001001 101010

Color Harmonies of #B97D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D1D

Black with #B97D1D

Text Example


Text Example

White with #B97D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D1D; }

 p { color: rgb(185,125,29); }

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

background-color css

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

 a { background-color: rgb(185,125,29); }

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

border-color css

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

 span { border-color: rgb(185,125,29); }

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