Html Css Color HEX #BD7D2C Pirate Gold

📋 copy color: '#BD7D2C'

red 189 ◦ green 125 ◦ blue 44

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

Shades of Pirate Gold #BD7D2C

Tints of Pirate Gold #BD7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 52.79%
G = 34.92%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD7D2C (or 0xBD7D2C) is known color: Pirate Gold. HEX triplet: BD, 7D and 2C. RGB value is (189,125,44). Sum of RGB (Red+Green+Blue) = 189+125+44=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D2C is #4282D3. Grayscale: #878787. Windows color (decimal): -4358868 or 2915773. OLE color: 2915773.

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

Color convert

RGB 189 125 44 -
CMYK 0 0.34 0.77 0.26
HSL 33.52º 0.62% 0.46% -
HSV(B) 33.52º 0.77% 0.74% -
XYZ 28.77 25.67 5.82 -
YUV 134.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 189 125 44 0 0.34 0.77 0.26 33.52 0.62 0.46
Hex BD 7D 2C 0 22 4D 1A 22 3E 2E
Octal 275 175 54 0 42 115 32 42 76 56
Binary 10111101 1111101 101100 0 100010 1001101 11010 100010 111110 101110

Color Harmonies of #BD7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D2C

Black with #BD7D2C

Text Example


Text Example

White with #BD7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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