Html Css Color HEX #BD6E1E Pirate Gold

📋 copy color: '#BD6E1E'

red 189 ◦ green 110 ◦ blue 30

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

Shades of Pirate Gold #BD6E1E

Tints of Pirate Gold #BD6E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

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

R = 57.45%
G = 33.43%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD6E1E (or 0xBD6E1E) is known color: Pirate Gold. HEX triplet: BD, 6E and 1E. RGB value is (189,110,30). Sum of RGB (Red+Green+Blue) = 189+110+30=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E1E is #4291E1. Grayscale: #7C7C7C. Windows color (decimal): -4362722 or 1994429. OLE color: 1994429.

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

Color convert

RGB 189 110 30 -
CMYK 0 0.42 0.84 0.26
HSL 30.19º 0.73% 0.43% -
HSV(B) 30.19º 0.84% 0.74% -
XYZ 26.8 22.06 4.07 -
YUV 124.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 189 110 30 0 0.42 0.84 0.26 30.19 0.73 0.43
Hex BD 6E 1E 0 2A 54 1A 1E 49 2B
Octal 275 156 36 0 52 124 32 36 111 53
Binary 10111101 1101110 11110 0 101010 1010100 11010 11110 1001001 101011

Color Harmonies of #BD6E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E1E

Black with #BD6E1E

Text Example


Text Example

White with #BD6E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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