Html Css Color HEX #B87921 Pirate Gold

📋 copy color: '#B87921'

red 184 ◦ green 121 ◦ blue 33

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

Shades of Pirate Gold #B87921

Tints of Pirate Gold #B87921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 54.44%
G = 35.8%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B87921 (or 0xB87921) is known color: Pirate Gold. HEX triplet: B8, 79 and 21. RGB value is (184,121,33). Sum of RGB (Red+Green+Blue) = 184+121+33=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B87921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87921 is #4786DE. Grayscale: #828282. Windows color (decimal): -4687583 or 2193848. OLE color: 2193848.

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

Color convert

RGB 184 121 33 -
CMYK 0 0.34 0.82 0.28
HSL 34.97º 0.7% 0.43% -
HSV(B) 34.97º 0.82% 0.72% -
XYZ 26.88 23.97 4.65 -
YUV 129.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 184 121 33 0 0.34 0.82 0.28 34.97 0.7 0.43
Hex B8 79 21 0 22 52 1C 23 46 2B
Octal 270 171 41 0 42 122 34 43 106 53
Binary 10111000 1111001 100001 0 100010 1010010 11100 100011 1000110 101011

Color Harmonies of #B87921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87921

Black with #B87921

Text Example


Text Example

White with #B87921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87921; }

 p { color: rgb(184,121,33); }

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

background-color css

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

 a { background-color: rgb(184,121,33); }

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

border-color css

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

 span { border-color: rgb(184,121,33); }

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