Html Css Color HEX #BD6B1E Pirate Gold

📋 copy color: '#BD6B1E'

red 189 ◦ green 107 ◦ blue 30

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

Shades of Pirate Gold #BD6B1E

Tints of Pirate Gold #BD6B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 57.98%
G = 32.82%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD6B1E (or 0xBD6B1E) is known color: Pirate Gold. HEX triplet: BD, 6B and 1E. RGB value is (189,107,30). Sum of RGB (Red+Green+Blue) = 189+107+30=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B1E is #4294E1. Grayscale: #7B7B7B. Windows color (decimal): -4363490 or 1993661. OLE color: 1993661.

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

Color convert

RGB 189 107 30 -
CMYK 0 0.43 0.84 0.26
HSL 29.06º 0.73% 0.43% -
HSV(B) 29.06º 0.84% 0.74% -
XYZ 26.48 21.43 3.97 -
YUV 122.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 189 107 30 0 0.43 0.84 0.26 29.06 0.73 0.43
Hex BD 6B 1E 0 2B 54 1A 1D 49 2B
Octal 275 153 36 0 53 124 32 35 111 53
Binary 10111101 1101011 11110 0 101011 1010100 11010 11101 1001001 101011

Color Harmonies of #BD6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B1E

Black with #BD6B1E

Text Example


Text Example

White with #BD6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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