Html Css Color HEX #BD7321 Pirate Gold

📋 copy color: '#BD7321'

red 189 ◦ green 115 ◦ blue 33

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

Shades of Pirate Gold #BD7321

Tints of Pirate Gold #BD7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 56.08%
G = 34.12%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD7321 (or 0xBD7321) is known color: Pirate Gold. HEX triplet: BD, 73 and 21. RGB value is (189,115,33). Sum of RGB (Red+Green+Blue) = 189+115+33=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7321 is #428CDE. Grayscale: #808080. Windows color (decimal): -4361439 or 2192317. OLE color: 2192317.

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

Color convert

RGB 189 115 33 -
CMYK 0 0.39 0.83 0.26
HSL 31.54º 0.7% 0.44% -
HSV(B) 31.54º 0.83% 0.74% -
XYZ 27.39 23.19 4.47 -
YUV 127.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 189 115 33 0 0.39 0.83 0.26 31.54 0.7 0.44
Hex BD 73 21 0 27 53 1A 20 46 2C
Octal 275 163 41 0 47 123 32 40 106 54
Binary 10111101 1110011 100001 0 100111 1010011 11010 100000 1000110 101100

Color Harmonies of #BD7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7321

Black with #BD7321

Text Example


Text Example

White with #BD7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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