Html Css Color HEX #BD781E Pirate Gold

📋 copy color: '#BD781E'

red 189 ◦ green 120 ◦ blue 30

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

Shades of Pirate Gold #BD781E

Tints of Pirate Gold #BD781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 55.75%
G = 35.4%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD781E (or 0xBD781E) is known color: Pirate Gold. HEX triplet: BD, 78 and 1E. RGB value is (189,120,30). Sum of RGB (Red+Green+Blue) = 189+120+30=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD781E is #4287E1. Grayscale: #828282. Windows color (decimal): -4360162 or 1996989. OLE color: 1996989.

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

Color convert

RGB 189 120 30 -
CMYK 0 0.37 0.84 0.26
HSL 33.96º 0.73% 0.43% -
HSV(B) 33.96º 0.84% 0.74% -
XYZ 27.94 24.35 4.46 -
YUV 130.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 189 120 30 0 0.37 0.84 0.26 33.96 0.73 0.43
Hex BD 78 1E 0 25 54 1A 22 49 2B
Octal 275 170 36 0 45 124 32 42 111 53
Binary 10111101 1111000 11110 0 100101 1010100 11010 100010 1001001 101011

Color Harmonies of #BD781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD781E

Black with #BD781E

Text Example


Text Example

White with #BD781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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