Html Css Color HEX #B4781C Pirate Gold

📋 copy color: '#B4781C'

red 180 ◦ green 120 ◦ blue 28

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

Shades of Pirate Gold #B4781C

Tints of Pirate Gold #B4781C

RGB

 RED value IS 180 (70.7% from 255) = 54.88%

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

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

R = 54.88%
G = 36.59%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4781C (or 0xB4781C) is known color: Pirate Gold. HEX triplet: B4, 78 and 1C. RGB value is (180,120,28). Sum of RGB (Red+Green+Blue) = 180+120+28=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4781C is #4B87E3. Grayscale: #7F7F7F. Windows color (decimal): -4949988 or 1865908. OLE color: 1865908.

HSL color Cylindrical-coordinate representation of color #B4781C: hue angle of 36.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4781C is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 28 -
CMYK 0 0.33 0.84 0.29
HSL 36.32º 0.73% 0.41% -
HSV(B) 36.32º 0.84% 0.71% -
XYZ 25.75 23.22 4.22 -
YUV 127.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 180 120 28 0 0.33 0.84 0.29 36.32 0.73 0.41
Hex B4 78 1C 0 21 54 1D 24 49 29
Octal 264 170 34 0 41 124 35 44 111 51
Binary 10110100 1111000 11100 0 100001 1010100 11101 100100 1001001 101001

Color Harmonies of #B4781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4781C

Black with #B4781C

Text Example


Text Example

White with #B4781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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