Html Css Color HEX #B8771B Pirate Gold

📋 copy color: '#B8771B'

red 184 ◦ green 119 ◦ blue 27

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

Shades of Pirate Gold #B8771B

Tints of Pirate Gold #B8771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 55.76%
G = 36.06%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8771B (or 0xB8771B) is known color: Pirate Gold. HEX triplet: B8, 77 and 1B. RGB value is (184,119,27). Sum of RGB (Red+Green+Blue) = 184+119+27=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8771B is #4788E4. Grayscale: #808080. Windows color (decimal): -4688101 or 1800120. OLE color: 1800120.

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

Color convert

RGB 184 119 27 -
CMYK 0 0.35 0.85 0.28
HSL 35.16º 0.74% 0.41% -
HSV(B) 35.16º 0.85% 0.72% -
XYZ 26.56 23.46 4.17 -
YUV 127.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 184 119 27 0 0.35 0.85 0.28 35.16 0.74 0.41
Hex B8 77 1B 0 23 55 1C 23 4A 29
Octal 270 167 33 0 43 125 34 43 112 51
Binary 10111000 1110111 11011 0 100011 1010101 11100 100011 1001010 101001

Color Harmonies of #B8771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8771B

Black with #B8771B

Text Example


Text Example

White with #B8771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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