Html Css Color HEX #BD7C28 Pirate Gold

📋 copy color: '#BD7C28'

red 189 ◦ green 124 ◦ blue 40

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

Shades of Pirate Gold #BD7C28

Tints of Pirate Gold #BD7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 53.54%
G = 35.13%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD7C28 (or 0xBD7C28) is known color: Pirate Gold. HEX triplet: BD, 7C and 28. RGB value is (189,124,40). Sum of RGB (Red+Green+Blue) = 189+124+40=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C28 is #4283D7. Grayscale: #868686. Windows color (decimal): -4359128 or 2653373. OLE color: 2653373.

HSL color Cylindrical-coordinate representation of color #BD7C28: hue angle of 33.83º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD7C28 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 40 -
CMYK 0 0.34 0.79 0.26
HSL 33.83º 0.65% 0.45% -
HSV(B) 33.83º 0.79% 0.74% -
XYZ 28.58 25.39 5.4 -
YUV 133.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 189 124 40 0 0.34 0.79 0.26 33.83 0.65 0.45
Hex BD 7C 28 0 22 4F 1A 22 41 2D
Octal 275 174 50 0 42 117 32 42 101 55
Binary 10111101 1111100 101000 0 100010 1001111 11010 100010 1000001 101101

Color Harmonies of #BD7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C28

Black with #BD7C28

Text Example


Text Example

White with #BD7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C28; }

 p { color: rgb(189,124,40); }

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

background-color css

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

 a { background-color: rgb(189,124,40); }

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

border-color css

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

 span { border-color: rgb(189,124,40); }

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