Html Css Color HEX #BD8121 Pirate Gold

📋 copy color: '#BD8121'

red 189 ◦ green 129 ◦ blue 33

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

Shades of Pirate Gold #BD8121

Tints of Pirate Gold #BD8121

RGB

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

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

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

R = 53.85%
G = 36.75%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8121 (or 0xBD8121) is known color: Pirate Gold. HEX triplet: BD, 81 and 21. RGB value is (189,129,33). Sum of RGB (Red+Green+Blue) = 189+129+33=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8121 is #427EDE. Grayscale: #888888. Windows color (decimal): -4357855 or 2195901. OLE color: 2195901.

HSL color Cylindrical-coordinate representation of color #BD8121: hue angle of 36.92º 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 #BD8121 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 33 -
CMYK 0 0.32 0.83 0.26
HSL 36.92º 0.7% 0.44% -
HSV(B) 36.92º 0.83% 0.74% -
XYZ 29.11 26.63 5.04 -
YUV 136 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 189 129 33 0 0.32 0.83 0.26 36.92 0.7 0.44
Hex BD 81 21 0 20 53 1A 25 46 2C
Octal 275 201 41 0 40 123 32 45 106 54
Binary 10111101 10000001 100001 0 100000 1010011 11010 100101 1000110 101100

Color Harmonies of #BD8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8121

Black with #BD8121

Text Example


Text Example

White with #BD8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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