Html Css Color HEX #BD8221 Pirate Gold

📋 copy color: '#BD8221'

red 189 ◦ green 130 ◦ blue 33

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

Shades of Pirate Gold #BD8221

Tints of Pirate Gold #BD8221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 53.69%
G = 36.93%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8221 (or 0xBD8221) is known color: Pirate Gold. HEX triplet: BD, 82 and 21. RGB value is (189,130,33). Sum of RGB (Red+Green+Blue) = 189+130+33=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8221 is #427DDE. Grayscale: #898989. Windows color (decimal): -4357599 or 2196157. OLE color: 2196157.

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

Color convert

RGB 189 130 33 -
CMYK 0 0.31 0.83 0.26
HSL 37.31º 0.7% 0.44% -
HSV(B) 37.31º 0.83% 0.74% -
XYZ 29.24 26.89 5.09 -
YUV 136.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 189 130 33 0 0.31 0.83 0.26 37.31 0.7 0.44
Hex BD 82 21 0 1F 53 1A 25 46 2C
Octal 275 202 41 0 37 123 32 45 106 54
Binary 10111101 10000010 100001 0 11111 1010011 11010 100101 1000110 101100

Color Harmonies of #BD8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8221

Black with #BD8221

Text Example


Text Example

White with #BD8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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