Html Css Color HEX #BD7928 Pirate Gold

📋 copy color: '#BD7928'

red 189 ◦ green 121 ◦ blue 40

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

Shades of Pirate Gold #BD7928

Tints of Pirate Gold #BD7928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 54%
G = 34.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD7928 (or 0xBD7928) is known color: Pirate Gold. HEX triplet: BD, 79 and 28. RGB value is (189,121,40). Sum of RGB (Red+Green+Blue) = 189+121+40=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7928 is #4286D7. Grayscale: #848484. Windows color (decimal): -4359896 or 2652605. OLE color: 2652605.

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

Color convert

RGB 189 121 40 -
CMYK 0 0.36 0.79 0.26
HSL 32.62º 0.65% 0.45% -
HSV(B) 32.62º 0.79% 0.74% -
XYZ 28.21 24.65 5.28 -
YUV 132.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 189 121 40 0 0.36 0.79 0.26 32.62 0.65 0.45
Hex BD 79 28 0 24 4F 1A 21 41 2D
Octal 275 171 50 0 44 117 32 41 101 55
Binary 10111101 1111001 101000 0 100100 1001111 11010 100001 1000001 101101

Color Harmonies of #BD7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7928

Black with #BD7928

Text Example


Text Example

White with #BD7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7928; }

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

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

background-color css

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

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

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

border-color css

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

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

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