Html Css Color HEX #BD8021 Pirate Gold

📋 copy color: '#BD8021'

red 189 ◦ green 128 ◦ blue 33

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

Shades of Pirate Gold #BD8021

Tints of Pirate Gold #BD8021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 54%
G = 36.57%
B = 9.43%

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

#BD8021 (or 0xBD8021) is known color: Pirate Gold. HEX triplet: BD, 80 and 21. RGB value is (189,128,33). Sum of RGB (Red+Green+Blue) = 189+128+33=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8021 is #427FDE. Grayscale: #878787. Windows color (decimal): -4358111 or 2195645. OLE color: 2195645.

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

Color convert

RGB 189 128 33 -
CMYK 0 0.32 0.83 0.26
HSL 36.54º 0.7% 0.44% -
HSV(B) 36.54º 0.83% 0.74% -
XYZ 28.98 26.37 5 -
YUV 135.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 189 128 33 0 0.32 0.83 0.26 36.54 0.7 0.44
Hex BD 80 21 0 20 53 1A 25 46 2C
Octal 275 200 41 0 40 123 32 45 106 54
Binary 10111101 10000000 100001 0 100000 1010011 11010 100101 1000110 101100

Color Harmonies of #BD8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8021

Black with #BD8021

Text Example


Text Example

White with #BD8021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8021; }

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

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

background-color css

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

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

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

border-color css

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

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

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