Html Css Color HEX #BD7828 Pirate Gold

📋 copy color: '#BD7828'

red 189 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #BD7828

Tints of Pirate Gold #BD7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 54.15%
G = 34.38%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD7828 (or 0xBD7828) is known color: Pirate Gold. HEX triplet: BD, 78 and 28. RGB value is (189,120,40). Sum of RGB (Red+Green+Blue) = 189+120+40=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7828 is #4287D7. Grayscale: #838383. Windows color (decimal): -4360152 or 2652349. OLE color: 2652349.

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

Color convert

RGB 189 120 40 -
CMYK 0 0.37 0.79 0.26
HSL 32.21º 0.65% 0.45% -
HSV(B) 32.21º 0.79% 0.74% -
XYZ 28.09 24.4 5.24 -
YUV 131.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 189 120 40 0 0.37 0.79 0.26 32.21 0.65 0.45
Hex BD 78 28 0 25 4F 1A 20 41 2D
Octal 275 170 50 0 45 117 32 40 101 55
Binary 10111101 1111000 101000 0 100101 1001111 11010 100000 1000001 101101

Color Harmonies of #BD7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7828

Black with #BD7828

Text Example


Text Example

White with #BD7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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