Html Css Color HEX #BD7621 Pirate Gold

📋 copy color: '#BD7621'

red 189 ◦ green 118 ◦ blue 33

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

Shades of Pirate Gold #BD7621

Tints of Pirate Gold #BD7621

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 55.59%
G = 34.71%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD7621 (or 0xBD7621) is known color: Pirate Gold. HEX triplet: BD, 76 and 21. RGB value is (189,118,33). Sum of RGB (Red+Green+Blue) = 189+118+33=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7621 is #4289DE. Grayscale: #818181. Windows color (decimal): -4360671 or 2193085. OLE color: 2193085.

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

Color convert

RGB 189 118 33 -
CMYK 0 0.38 0.83 0.26
HSL 32.69º 0.7% 0.44% -
HSV(B) 32.69º 0.83% 0.74% -
XYZ 27.74 23.89 4.59 -
YUV 129.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 189 118 33 0 0.38 0.83 0.26 32.69 0.7 0.44
Hex BD 76 21 0 26 53 1A 21 46 2C
Octal 275 166 41 0 46 123 32 41 106 54
Binary 10111101 1110110 100001 0 100110 1010011 11010 100001 1000110 101100

Color Harmonies of #BD7621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7621

Black with #BD7621

Text Example


Text Example

White with #BD7621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7621; }

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

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

background-color css

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

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

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

border-color css

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

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

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