Html Css Color HEX #B8781C Pirate Gold

📋 copy color: '#B8781C'

red 184 ◦ green 120 ◦ blue 28

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

Shades of Pirate Gold #B8781C

Tints of Pirate Gold #B8781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 55.42%
G = 36.14%
B = 8.43%

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

#B8781C (or 0xB8781C) is known color: Pirate Gold. HEX triplet: B8, 78 and 1C. RGB value is (184,120,28). Sum of RGB (Red+Green+Blue) = 184+120+28=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8781C is #4787E3. Grayscale: #818181. Windows color (decimal): -4687844 or 1865912. OLE color: 1865912.

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

Color convert

RGB 184 120 28 -
CMYK 0 0.35 0.85 0.28
HSL 35.38º 0.74% 0.42% -
HSV(B) 35.38º 0.85% 0.72% -
XYZ 26.69 23.71 4.27 -
YUV 128.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 184 120 28 0 0.35 0.85 0.28 35.38 0.74 0.42
Hex B8 78 1C 0 23 55 1C 23 4A 2A
Octal 270 170 34 0 43 125 34 43 112 52
Binary 10111000 1111000 11100 0 100011 1010101 11100 100011 1001010 101010

Color Harmonies of #B8781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8781C

Black with #B8781C

Text Example


Text Example

White with #B8781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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