Html Css Color HEX #B8761C Pirate Gold

📋 copy color: '#B8761C'

red 184 ◦ green 118 ◦ blue 28

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

Shades of Pirate Gold #B8761C

Tints of Pirate Gold #B8761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 55.76%
G = 35.76%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8761C (or 0xB8761C) is known color: Pirate Gold. HEX triplet: B8, 76 and 1C. RGB value is (184,118,28). Sum of RGB (Red+Green+Blue) = 184+118+28=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8761C is #4789E3. Grayscale: #7F7F7F. Windows color (decimal): -4688356 or 1865400. OLE color: 1865400.

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

Color convert

RGB 184 118 28 -
CMYK 0 0.36 0.85 0.28
HSL 34.62º 0.74% 0.42% -
HSV(B) 34.62º 0.85% 0.72% -
XYZ 26.46 23.23 4.19 -
YUV 127.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 184 118 28 0 0.36 0.85 0.28 34.62 0.74 0.42
Hex B8 76 1C 0 24 55 1C 23 4A 2A
Octal 270 166 34 0 44 125 34 43 112 52
Binary 10111000 1110110 11100 0 100100 1010101 11100 100011 1001010 101010

Color Harmonies of #B8761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8761C

Black with #B8761C

Text Example


Text Example

White with #B8761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8761C; }

 p { color: rgb(184,118,28); }

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

background-color css

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

 a { background-color: rgb(184,118,28); }

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

border-color css

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

 span { border-color: rgb(184,118,28); }

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