Html Css Color HEX #BD782E Pirate Gold

📋 copy color: '#BD782E'

red 189 ◦ green 120 ◦ blue 46

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

Shades of Pirate Gold #BD782E

Tints of Pirate Gold #BD782E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 53.24%
G = 33.8%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD782E (or 0xBD782E) is known color: Pirate Gold. HEX triplet: BD, 78 and 2E. RGB value is (189,120,46). Sum of RGB (Red+Green+Blue) = 189+120+46=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD782E is #4287D1. Grayscale: #848484. Windows color (decimal): -4360146 or 3045565. OLE color: 3045565.

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

Color convert

RGB 189 120 46 -
CMYK 0 0.37 0.76 0.26
HSL 31.05º 0.61% 0.46% -
HSV(B) 31.05º 0.76% 0.74% -
XYZ 28.2 24.45 5.82 -
YUV 132.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 189 120 46 0 0.37 0.76 0.26 31.05 0.61 0.46
Hex BD 78 2E 0 25 4C 1A 1F 3D 2E
Octal 275 170 56 0 45 114 32 37 75 56
Binary 10111101 1111000 101110 0 100101 1001100 11010 11111 111101 101110

Color Harmonies of #BD782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD782E

Black with #BD782E

Text Example


Text Example

White with #BD782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD782E; }

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

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

background-color css

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

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

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

border-color css

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

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

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