Html Css Color HEX #BD7528 Pirate Gold

📋 copy color: '#BD7528'

red 189 ◦ green 117 ◦ blue 40

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

Shades of Pirate Gold #BD7528

Tints of Pirate Gold #BD7528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 54.62%
G = 33.82%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD7528 (or 0xBD7528) is known color: Pirate Gold. HEX triplet: BD, 75 and 28. RGB value is (189,117,40). Sum of RGB (Red+Green+Blue) = 189+117+40=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7528 is #428AD7. Grayscale: #828282. Windows color (decimal): -4360920 or 2651581. OLE color: 2651581.

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

Color convert

RGB 189 117 40 -
CMYK 0 0.38 0.79 0.26
HSL 31.01º 0.65% 0.45% -
HSV(B) 31.01º 0.79% 0.74% -
XYZ 27.73 23.69 5.12 -
YUV 129.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 189 117 40 0 0.38 0.79 0.26 31.01 0.65 0.45
Hex BD 75 28 0 26 4F 1A 1F 41 2D
Octal 275 165 50 0 46 117 32 37 101 55
Binary 10111101 1110101 101000 0 100110 1001111 11010 11111 1000001 101101

Color Harmonies of #BD7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7528

Black with #BD7528

Text Example


Text Example

White with #BD7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7528; }

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

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

background-color css

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

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

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

border-color css

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

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

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