Html Css Color HEX #B87720 Pirate Gold

📋 copy color: '#B87720'

red 184 ◦ green 119 ◦ blue 32

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

Shades of Pirate Gold #B87720

Tints of Pirate Gold #B87720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 54.93%
G = 35.52%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B87720 (or 0xB87720) is known color: Pirate Gold. HEX triplet: B8, 77 and 20. RGB value is (184,119,32). Sum of RGB (Red+Green+Blue) = 184+119+32=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B87720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87720 is #4788DF. Grayscale: #808080. Windows color (decimal): -4688096 or 2127800. OLE color: 2127800.

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

Color convert

RGB 184 119 32 -
CMYK 0 0.35 0.83 0.28
HSL 34.34º 0.7% 0.42% -
HSV(B) 34.34º 0.83% 0.72% -
XYZ 26.62 23.49 4.5 -
YUV 128.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 184 119 32 0 0.35 0.83 0.28 34.34 0.7 0.42
Hex B8 77 20 0 23 53 1C 22 46 2A
Octal 270 167 40 0 43 123 34 42 106 52
Binary 10111000 1110111 100000 0 100011 1010011 11100 100010 1000110 101010

Color Harmonies of #B87720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87720

Black with #B87720

Text Example


Text Example

White with #B87720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87720; }

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

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

background-color css

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

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

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

border-color css

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

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

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