Html Css Color HEX #BD6D1B Pirate Gold

📋 copy color: '#BD6D1B'

red 189 ◦ green 109 ◦ blue 27

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

Shades of Pirate Gold #BD6D1B

Tints of Pirate Gold #BD6D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 27 (10.94% from 255) = 8.31%

R = 58.15%
G = 33.54%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD6D1B (or 0xBD6D1B) is known color: Pirate Gold. HEX triplet: BD, 6D and 1B. RGB value is (189,109,27). Sum of RGB (Red+Green+Blue) = 189+109+27=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D1B is #4292E4. Grayscale: #7B7B7B. Windows color (decimal): -4362981 or 1797565. OLE color: 1797565.

HSL color Cylindrical-coordinate representation of color #BD6D1B: hue angle of 30.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD6D1B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 109 27 -
CMYK 0 0.42 0.86 0.26
HSL 30.37º 0.75% 0.42% -
HSV(B) 30.37º 0.86% 0.74% -
XYZ 26.65 21.84 3.85 -
YUV 123.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 189 109 27 0 0.42 0.86 0.26 30.37 0.75 0.42
Hex BD 6D 1B 0 2A 56 1A 1E 4B 2A
Octal 275 155 33 0 52 126 32 36 113 52
Binary 10111101 1101101 11011 0 101010 1010110 11010 11110 1001011 101010

Color Harmonies of #BD6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D1B

Black with #BD6D1B

Text Example


Text Example

White with #BD6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D1B; }

 p { color: rgb(189,109,27); }

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

background-color css

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

 a { background-color: rgb(189,109,27); }

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

border-color css

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

 span { border-color: rgb(189,109,27); }

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