Html Css Color HEX #BD7121 Pirate Gold

📋 copy color: '#BD7121'

red 189 ◦ green 113 ◦ blue 33

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

Shades of Pirate Gold #BD7121

Tints of Pirate Gold #BD7121

RGB

 RED value IS 189 (74.22% from 255) = 56.42%

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

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

R = 56.42%
G = 33.73%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD7121 (or 0xBD7121) is known color: Pirate Gold. HEX triplet: BD, 71 and 21. RGB value is (189,113,33). Sum of RGB (Red+Green+Blue) = 189+113+33=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7121 is #428EDE. Grayscale: #7F7F7F. Windows color (decimal): -4361951 or 2191805. OLE color: 2191805.

HSL color Cylindrical-coordinate representation of color #BD7121: hue angle of 30.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD7121 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 33 -
CMYK 0 0.40 0.83 0.26
HSL 30.77º 0.7% 0.44% -
HSV(B) 30.77º 0.83% 0.74% -
XYZ 27.17 22.74 4.4 -
YUV 126.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 189 113 33 0 0.40 0.83 0.26 30.77 0.7 0.44
Hex BD 71 21 0 28 53 1A 1F 46 2C
Octal 275 161 41 0 50 123 32 37 106 54
Binary 10111101 1110001 100001 0 101000 1010011 11010 11111 1000110 101100

Color Harmonies of #BD7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7121

Black with #BD7121

Text Example


Text Example

White with #BD7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7121; }

 p { color: rgb(189,113,33); }

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

background-color css

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

 a { background-color: rgb(189,113,33); }

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

border-color css

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

 span { border-color: rgb(189,113,33); }

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