Html Css Color HEX #BD782C Pirate Gold

📋 copy color: '#BD782C'

red 189 ◦ green 120 ◦ blue 44

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

Shades of Pirate Gold #BD782C

Tints of Pirate Gold #BD782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 53.54%
G = 33.99%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD782C (or 0xBD782C) is known color: Pirate Gold. HEX triplet: BD, 78 and 2C. RGB value is (189,120,44). Sum of RGB (Red+Green+Blue) = 189+120+44=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD782C is #4287D3. Grayscale: #848484. Windows color (decimal): -4360148 or 2914493. OLE color: 2914493.

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

Color convert

RGB 189 120 44 -
CMYK 0 0.37 0.77 0.26
HSL 31.45º 0.62% 0.46% -
HSV(B) 31.45º 0.77% 0.74% -
XYZ 28.16 24.43 5.61 -
YUV 131.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 189 120 44 0 0.37 0.77 0.26 31.45 0.62 0.46
Hex BD 78 2C 0 25 4D 1A 1F 3E 2E
Octal 275 170 54 0 45 115 32 37 76 56
Binary 10111101 1111000 101100 0 100101 1001101 11010 11111 111110 101110

Color Harmonies of #BD782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD782C

Black with #BD782C

Text Example


Text Example

White with #BD782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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