Html Css Color HEX #B87C26 Pirate Gold

📋 copy color: '#B87C26'

red 184 ◦ green 124 ◦ blue 38

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

Shades of Pirate Gold #B87C26

Tints of Pirate Gold #B87C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 53.18%
G = 35.84%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B87C26 (or 0xB87C26) is known color: Pirate Gold. HEX triplet: B8, 7C and 26. RGB value is (184,124,38). Sum of RGB (Red+Green+Blue) = 184+124+38=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C26 is #4783D9. Grayscale: #848484. Windows color (decimal): -4686810 or 2522296. OLE color: 2522296.

HSL color Cylindrical-coordinate representation of color #B87C26: hue angle of 35.34º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B87C26 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 38 -
CMYK 0 0.33 0.79 0.28
HSL 35.34º 0.66% 0.44% -
HSV(B) 35.34º 0.79% 0.72% -
XYZ 27.32 24.75 5.17 -
YUV 132.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 184 124 38 0 0.33 0.79 0.28 35.34 0.66 0.44
Hex B8 7C 26 0 21 4F 1C 23 42 2C
Octal 270 174 46 0 41 117 34 43 102 54
Binary 10111000 1111100 100110 0 100001 1001111 11100 100011 1000010 101100

Color Harmonies of #B87C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C26

Black with #B87C26

Text Example


Text Example

White with #B87C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C26; }

 p { color: rgb(184,124,38); }

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

background-color css

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

 a { background-color: rgb(184,124,38); }

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

border-color css

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

 span { border-color: rgb(184,124,38); }

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