Html Css Color HEX #B87727 Pirate Gold

📋 copy color: '#B87727'

red 184 ◦ green 119 ◦ blue 39

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

Shades of Pirate Gold #B87727

Tints of Pirate Gold #B87727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 53.8%
G = 34.8%
B = 11.4%

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

#B87727 (or 0xB87727) is known color: Pirate Gold. HEX triplet: B8, 77 and 27. RGB value is (184,119,39). Sum of RGB (Red+Green+Blue) = 184+119+39=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B87727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87727 is #4788D8. Grayscale: #818181. Windows color (decimal): -4688089 or 2586552. OLE color: 2586552.

HSL color Cylindrical-coordinate representation of color #B87727: hue angle of 33.1º degrees, saturation: 0.65, 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 #B87727 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 119 39 -
CMYK 0 0.35 0.79 0.28
HSL 33.1º 0.65% 0.44% -
HSV(B) 33.1º 0.79% 0.72% -
XYZ 26.73 23.53 5.05 -
YUV 129.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 184 119 39 0 0.35 0.79 0.28 33.1 0.65 0.44
Hex B8 77 27 0 23 4F 1C 21 41 2C
Octal 270 167 47 0 43 117 34 41 101 54
Binary 10111000 1110111 100111 0 100011 1001111 11100 100001 1000001 101100

Color Harmonies of #B87727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87727

Black with #B87727

Text Example


Text Example

White with #B87727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87727; }

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

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

background-color css

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

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

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

border-color css

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

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

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