Html Css Color HEX #BD7721 Pirate Gold

📋 copy color: '#BD7721'

red 189 ◦ green 119 ◦ blue 33

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

Shades of Pirate Gold #BD7721

Tints of Pirate Gold #BD7721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 55.43%
G = 34.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD7721 (or 0xBD7721) is known color: Pirate Gold. HEX triplet: BD, 77 and 21. RGB value is (189,119,33). Sum of RGB (Red+Green+Blue) = 189+119+33=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7721 is #4288DE. Grayscale: #828282. Windows color (decimal): -4360415 or 2193341. OLE color: 2193341.

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

Color convert

RGB 189 119 33 -
CMYK 0 0.37 0.83 0.26
HSL 33.08º 0.7% 0.44% -
HSV(B) 33.08º 0.83% 0.74% -
XYZ 27.86 24.12 4.63 -
YUV 130.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 189 119 33 0 0.37 0.83 0.26 33.08 0.7 0.44
Hex BD 77 21 0 25 53 1A 21 46 2C
Octal 275 167 41 0 45 123 32 41 106 54
Binary 10111101 1110111 100001 0 100101 1010011 11010 100001 1000110 101100

Color Harmonies of #BD7721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7721

Black with #BD7721

Text Example


Text Example

White with #BD7721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7721; }

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

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

background-color css

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

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

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

border-color css

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

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

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