Html Css Color HEX #BD8028 Pirate Gold

📋 copy color: '#BD8028'

red 189 ◦ green 128 ◦ blue 40

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

Shades of Pirate Gold #BD8028

Tints of Pirate Gold #BD8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 52.94%
G = 35.85%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8028 (or 0xBD8028) is known color: Pirate Gold. HEX triplet: BD, 80 and 28. RGB value is (189,128,40). Sum of RGB (Red+Green+Blue) = 189+128+40=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8028 is #427FD7. Grayscale: #888888. Windows color (decimal): -4358104 or 2654397. OLE color: 2654397.

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

Color convert

RGB 189 128 40 -
CMYK 0 0.32 0.79 0.26
HSL 35.44º 0.65% 0.45% -
HSV(B) 35.44º 0.79% 0.74% -
XYZ 29.09 26.41 5.57 -
YUV 136.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 189 128 40 0 0.32 0.79 0.26 35.44 0.65 0.45
Hex BD 80 28 0 20 4F 1A 23 41 2D
Octal 275 200 50 0 40 117 32 43 101 55
Binary 10111101 10000000 101000 0 100000 1001111 11010 100011 1000001 101101

Color Harmonies of #BD8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8028

Black with #BD8028

Text Example


Text Example

White with #BD8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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