Html Css Color HEX #BD7A2C Pirate Gold

📋 copy color: '#BD7A2C'

red 189 ◦ green 122 ◦ blue 44

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

Shades of Pirate Gold #BD7A2C

Tints of Pirate Gold #BD7A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

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

R = 53.24%
G = 34.37%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD7A2C (or 0xBD7A2C) is known color: Pirate Gold. HEX triplet: BD, 7A and 2C. RGB value is (189,122,44). Sum of RGB (Red+Green+Blue) = 189+122+44=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A2C is #4285D3. Grayscale: #858585. Windows color (decimal): -4359636 or 2915005. OLE color: 2915005.

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

Color convert

RGB 189 122 44 -
CMYK 0 0.35 0.77 0.26
HSL 32.28º 0.62% 0.46% -
HSV(B) 32.28º 0.77% 0.74% -
XYZ 28.4 24.92 5.7 -
YUV 133.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 189 122 44 0 0.35 0.77 0.26 32.28 0.62 0.46
Hex BD 7A 2C 0 23 4D 1A 20 3E 2E
Octal 275 172 54 0 43 115 32 40 76 56
Binary 10111101 1111010 101100 0 100011 1001101 11010 100000 111110 101110

Color Harmonies of #BD7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A2C

Black with #BD7A2C

Text Example


Text Example

White with #BD7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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