Html Css Color HEX #B87D1A Pirate Gold

📋 copy color: '#B87D1A'

red 184 ◦ green 125 ◦ blue 26

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

Shades of Pirate Gold #B87D1A

Tints of Pirate Gold #B87D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 54.93%
G = 37.31%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B87D1A (or 0xB87D1A) is known color: Pirate Gold. HEX triplet: B8, 7D and 1A. RGB value is (184,125,26). Sum of RGB (Red+Green+Blue) = 184+125+26=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D1A is #4782E5. Grayscale: #838383. Windows color (decimal): -4686566 or 1736120. OLE color: 1736120.

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

Color convert

RGB 184 125 26 -
CMYK 0 0.32 0.86 0.28
HSL 37.59º 0.75% 0.41% -
HSV(B) 37.59º 0.86% 0.72% -
XYZ 27.29 24.93 4.35 -
YUV 131.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 184 125 26 0 0.32 0.86 0.28 37.59 0.75 0.41
Hex B8 7D 1A 0 20 56 1C 26 4B 29
Octal 270 175 32 0 40 126 34 46 113 51
Binary 10111000 1111101 11010 0 100000 1010110 11100 100110 1001011 101001

Color Harmonies of #B87D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D1A

Black with #B87D1A

Text Example


Text Example

White with #B87D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D1A; }

 p { color: rgb(184,125,26); }

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

background-color css

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

 a { background-color: rgb(184,125,26); }

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

border-color css

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

 span { border-color: rgb(184,125,26); }

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