Html Css Color HEX #BD7F2C Pirate Gold

📋 copy color: '#BD7F2C'

red 189 ◦ green 127 ◦ blue 44

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

Shades of Pirate Gold #BD7F2C

Tints of Pirate Gold #BD7F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 52.5%
G = 35.28%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD7F2C (or 0xBD7F2C) is known color: Pirate Gold. HEX triplet: BD, 7F and 2C. RGB value is (189,127,44). Sum of RGB (Red+Green+Blue) = 189+127+44=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F2C is #4280D3. Grayscale: #888888. Windows color (decimal): -4358356 or 2916285. OLE color: 2916285.

HSL color Cylindrical-coordinate representation of color #BD7F2C: hue angle of 34.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD7F2C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 44 -
CMYK 0 0.33 0.77 0.26
HSL 34.34º 0.62% 0.46% -
HSV(B) 34.34º 0.77% 0.74% -
XYZ 29.03 26.18 5.91 -
YUV 136.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 189 127 44 0 0.33 0.77 0.26 34.34 0.62 0.46
Hex BD 7F 2C 0 21 4D 1A 22 3E 2E
Octal 275 177 54 0 41 115 32 42 76 56
Binary 10111101 1111111 101100 0 100001 1001101 11010 100010 111110 101110

Color Harmonies of #BD7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F2C

Black with #BD7F2C

Text Example


Text Example

White with #BD7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F2C; }

 p { color: rgb(189,127,44); }

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

background-color css

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

 a { background-color: rgb(189,127,44); }

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

border-color css

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

 span { border-color: rgb(189,127,44); }

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