Html Css Color HEX #B87123 Pirate Gold

📋 copy color: '#B87123'

red 184 ◦ green 113 ◦ blue 35

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

Shades of Pirate Gold #B87123

Tints of Pirate Gold #B87123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 55.42%
G = 34.04%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B87123 (or 0xB87123) is known color: Pirate Gold. HEX triplet: B8, 71 and 23. RGB value is (184,113,35). Sum of RGB (Red+Green+Blue) = 184+113+35=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B87123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87123 is #478EDC. Grayscale: #7D7D7D. Windows color (decimal): -4689629 or 2322872. OLE color: 2322872.

HSL color Cylindrical-coordinate representation of color #B87123: hue angle of 31.41º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B87123 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 35 -
CMYK 0 0.39 0.81 0.28
HSL 31.41º 0.68% 0.43% -
HSV(B) 31.41º 0.81% 0.72% -
XYZ 25.98 22.12 4.49 -
YUV 125.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 184 113 35 0 0.39 0.81 0.28 31.41 0.68 0.43
Hex B8 71 23 0 27 51 1C 1F 44 2B
Octal 270 161 43 0 47 121 34 37 104 53
Binary 10111000 1110001 100011 0 100111 1010001 11100 11111 1000100 101011

Color Harmonies of #B87123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87123

Black with #B87123

Text Example


Text Example

White with #B87123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87123; }

 p { color: rgb(184,113,35); }

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

background-color css

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

 a { background-color: rgb(184,113,35); }

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

border-color css

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

 span { border-color: rgb(184,113,35); }

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