Html Css Color HEX #B87726 Pirate Gold

📋 copy color: '#B87726'

red 184 ◦ green 119 ◦ blue 38

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

Shades of Pirate Gold #B87726

Tints of Pirate Gold #B87726

RGB

 RED value IS 184 (72.27% from 255) = 53.96%

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 53.96%
G = 34.9%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B87726 (or 0xB87726) is known color: Pirate Gold. HEX triplet: B8, 77 and 26. RGB value is (184,119,38). Sum of RGB (Red+Green+Blue) = 184+119+38=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B87726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87726 is #4788D9. Grayscale: #818181. Windows color (decimal): -4688090 or 2521016. OLE color: 2521016.

HSL color Cylindrical-coordinate representation of color #B87726: hue angle of 33.29º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B87726 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 119 38 -
CMYK 0 0.35 0.79 0.28
HSL 33.29º 0.66% 0.44% -
HSV(B) 33.29º 0.79% 0.72% -
XYZ 26.71 23.52 4.97 -
YUV 129.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 184 119 38 0 0.35 0.79 0.28 33.29 0.66 0.44
Hex B8 77 26 0 23 4F 1C 21 42 2C
Octal 270 167 46 0 43 117 34 41 102 54
Binary 10111000 1110111 100110 0 100011 1001111 11100 100001 1000010 101100

Color Harmonies of #B87726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87726

Black with #B87726

Text Example


Text Example

White with #B87726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87726; }

 p { color: rgb(184,119,38); }

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

background-color css

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

 a { background-color: rgb(184,119,38); }

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

border-color css

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

 span { border-color: rgb(184,119,38); }

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