Html Css Color HEX #B78121 Pirate Gold

📋 copy color: '#B78121'

red 183 ◦ green 129 ◦ blue 33

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

Shades of Pirate Gold #B78121

Tints of Pirate Gold #B78121

RGB

 RED value IS 183 (71.88% from 255) = 53.04%

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 53.04%
G = 37.39%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B78121 (or 0xB78121) is known color: Pirate Gold. HEX triplet: B7, 81 and 21. RGB value is (183,129,33). Sum of RGB (Red+Green+Blue) = 183+129+33=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B78121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78121 is #487EDE. Grayscale: #868686. Windows color (decimal): -4751071 or 2195895. OLE color: 2195895.

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

Color convert

RGB 183 129 33 -
CMYK 0 0.30 0.82 0.28
HSL 38.4º 0.69% 0.42% -
HSV(B) 38.4º 0.82% 0.72% -
XYZ 27.65 25.88 4.98 -
YUV 134.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 183 129 33 0 0.30 0.82 0.28 38.4 0.69 0.42
Hex B7 81 21 0 1E 52 1C 26 45 2A
Octal 267 201 41 0 36 122 34 46 105 52
Binary 10110111 10000001 100001 0 11110 1010010 11100 100110 1000101 101010

Color Harmonies of #B78121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78121

Black with #B78121

Text Example


Text Example

White with #B78121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78121; }

 p { color: rgb(183,129,33); }

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

background-color css

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

 a { background-color: rgb(183,129,33); }

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

border-color css

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

 span { border-color: rgb(183,129,33); }

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