Html Css Color HEX #B97228 Pirate Gold

📋 copy color: '#B97228'

red 185 ◦ green 114 ◦ blue 40

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

Shades of Pirate Gold #B97228

Tints of Pirate Gold #B97228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 54.57%
G = 33.63%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B97228 (or 0xB97228) is known color: Pirate Gold. HEX triplet: B9, 72 and 28. RGB value is (185,114,40). Sum of RGB (Red+Green+Blue) = 185+114+40=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B97228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97228 is #468DD7. Grayscale: #7F7F7F. Windows color (decimal): -4623832 or 2650809. OLE color: 2650809.

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

Color convert

RGB 185 114 40 -
CMYK 0 0.38 0.78 0.27
HSL 30.62º 0.64% 0.44% -
HSV(B) 30.62º 0.78% 0.73% -
XYZ 26.41 22.5 4.96 -
YUV 126.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 185 114 40 0 0.38 0.78 0.27 30.62 0.64 0.44
Hex B9 72 28 0 26 4E 1B 1F 40 2C
Octal 271 162 50 0 46 116 33 37 100 54
Binary 10111001 1110010 101000 0 100110 1001110 11011 11111 1000000 101100

Color Harmonies of #B97228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97228

Black with #B97228

Text Example


Text Example

White with #B97228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97228; }

 p { color: rgb(185,114,40); }

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

background-color css

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

 a { background-color: rgb(185,114,40); }

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

border-color css

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

 span { border-color: rgb(185,114,40); }

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